fix some clippy warnings

This commit is contained in:
Dustin J. Mitchell
2022-02-09 02:59:01 +00:00
parent a270b6c254
commit f96b5415c8
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
#![warn(unsafe_op_in_unsafe_fn)]
#![warn(clippy::undocumented_unsafe_blocks)]
mod traits;
mod util;