don't use unsafe_op_in_unsafe_fn, as it's not in MSRV
This commit is contained in:
@@ -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)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user