don't use unsafe_op_in_unsafe_fn, as it's not in MSRV

This commit is contained in:
Dustin J. Mitchell 2022-02-24 03:33:08 +00:00
parent 471119dbdf
commit f0178d4fab
No known key found for this signature in database

View file

@ -1,4 +1,7 @@
#![warn(unsafe_op_in_unsafe_fn)] // 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 // Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
// #![warn(clippy::undocumented_unsafe_blocks)] // #![warn(clippy::undocumented_unsafe_blocks)]