Open kkysen opened 2 months ago
Now that we lint against #![deny(clippy::undocumented_unsafe_blocks)] and #![deny(clippy::missing_safety_doc)]:
#![deny(clippy::undocumented_unsafe_blocks)]
#![deny(clippy::missing_safety_doc)]
, we should run cargo clippy in CI to ensure that this is maintained.
cargo clippy
Now that we lint against
#![deny(clippy::undocumented_unsafe_blocks)]
and#![deny(clippy::missing_safety_doc)]
:1305
1306
1321
, we should run
cargo clippy
in CI to ensure that this is maintained.