intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

fix: clippy warnings #74

Closed stevelr closed 11 months ago

stevelr commented 11 months ago

fix: clippy warnings and missing error return

A couple of these looked like actual bugs, where an anyhow! error was generated but not returned

abrown commented 11 months ago

Thanks, @stevelr! To get this merged sooner I just fixed the suggestions above over in #80 and merged this as a commit co-authored by both of us.