]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/num/f32.rs
Deny unsafe ops in unsafe fns, part 6
[rust.git] / src / libcore / num / f32.rs
index 028beb86e68ba9f3d38cd29df856a57481945bbf..061d1ea6b1c46974ffe7f7e11d3c3a6a878c8842 100644 (file)
@@ -9,7 +9,6 @@
 //! new code should use the associated constants directly on the primitive type.
 
 #![stable(feature = "rust1", since = "1.0.0")]
-#![deny(unsafe_op_in_unsafe_fn)]
 
 use crate::convert::FloatToInt;
 #[cfg(not(test))]