open-quantum-safe / liboqs-rust

Rust bindings for liboqs
https://openquantumsafe.org/
Apache License 2.0
121 stars 48 forks source link

Clean up clippy lints #181

Closed thomwiggers closed 1 year ago

thomwiggers commented 1 year ago

I'm seeing some lint warnings in the CI output, e.g. about putting variables into format!("{variable}") calls directly.