fix formatting

This commit is contained in:
Dustin J. Mitchell
2022-02-27 17:07:09 +00:00
parent 2c9d74515e
commit 8a96ca7273
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
// Not compatible with the MSRV
// #![warn(unsafe_op_in_unsafe_fn)]
#![allow(unused_unsafe)]
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
// #![warn(clippy::undocumented_unsafe_blocks)]