comment out failing clippy lint

This commit is contained in:
Dustin J. Mitchell
2022-02-09 03:16:14 +00:00
parent f96b5415c8
commit 5cf3ce4bc8

View File

@@ -1,5 +1,6 @@
#![warn(unsafe_op_in_unsafe_fn)]
#![warn(clippy::undocumented_unsafe_blocks)]
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
// #![warn(clippy::undocumented_unsafe_blocks)]
mod traits;
mod util;