]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/hint.rs
Rollup merge of #73771 - alexcrichton:ignore-unstable, r=estebank,GuillaumeGomez
[rust.git] / src / libcore / hint.rs
index fd2d443dde8d869d024833db33aed94ced3d9d88..9ebcde79b633d3ea0492f5c90991a1d803e15e0f 100644 (file)
@@ -2,8 +2,6 @@
 
 //! Hints to compiler that affects how code should be emitted or optimized.
 
-#![deny(unsafe_op_in_unsafe_fn)]
-
 use crate::intrinsics;
 
 /// Informs the compiler that this point in the code is not reachable, enabling