intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
84 stars 24 forks source link

Fix new clippy warnings #49

Closed abrown closed 2 years ago

abrown commented 2 years ago

A new version of Rust has introduced several new lints: this fixes the use of $crate in macros (an error) and uses std::ptr::addr_of_mut! in a variety of places (a warning).