]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/str/mod.rs
Deny unsafe ops in unsafe fns, part 6
[rust.git] / src / libcore / str / mod.rs
index cbbeaa81d4572b66bfa3b23615783df7915ad6d8..0014501d2c4d0624958317bcde37ecd587454180 100644 (file)
@@ -7,7 +7,6 @@
 //! [`std::str`]: ../../std/str/index.html
 
 #![stable(feature = "rust1", since = "1.0.0")]
-#![deny(unsafe_op_in_unsafe_fn)]
 
 use self::pattern::Pattern;
 use self::pattern::{DoubleEndedSearcher, ReverseSearcher, Searcher};