diff options
Diffstat (limited to 'src/libcore/hint.rs')
| -rw-r--r-- | src/libcore/hint.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/hint.rs b/src/libcore/hint.rs index fd2d443dde8..9ebcde79b63 100644 --- a/src/libcore/hint.rs +++ b/src/libcore/hint.rs @@ -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 |
