]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/sync/atomic.rs
Deny unsafe ops in unsafe fns, part 6
[rust.git] / src / libcore / sync / atomic.rs
index 359c39a065f51ef9c4acd75903a10dee1a2f1497..fcae6c86774f24c9397aee4d6626e55a2526f9db 100644 (file)
 #![stable(feature = "rust1", since = "1.0.0")]
 #![cfg_attr(not(target_has_atomic_load_store = "8"), allow(dead_code))]
 #![cfg_attr(not(target_has_atomic_load_store = "8"), allow(unused_imports))]
-#![deny(unsafe_op_in_unsafe_fn)]
 
 use self::Ordering::*;