File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
crates/openvino-sys/src/linking Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
# found ("dyld: Library not loaded; '@rpath/libopenvino.2310.dylib'"). See
21
21
# https://github.com/abrown/openvino-rs/actions/runs/6423141936/job/17441022932#step:7:154
22
22
os : [ubuntu-20.04, ubuntu-22.04, windows-latest]
23
- version : [2022.3.0, 2023.0.1 , 2023.1 .0]
23
+ version : [2022.3.0, 2023.1.0 , 2023.2 .0]
24
24
apt : [false]
25
25
# We also spot-check that things work when installing from APT by adding to the matrix: see
26
26
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ macro_rules! link {
106
106
// on the local thread and into the loaded shared library implementation.
107
107
$(
108
108
$( #[ doc=$doc] ) * $( #[ cfg( $cfg) ] ) *
109
+ #[ allow( clippy:: missing_safety_doc) ] // These are bindgen-generated functions.
109
110
pub unsafe fn $name( $( $pname: $pty) , * ) $( -> $ret) * {
110
111
let f = with_library( |l| {
111
112
l. functions. $name. expect( concat!(
You can’t perform that action at this time.
0 commit comments