]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/double_neg.rs
map_unit_fn: rename tests to fixable
[rust.git] / tests / ui / double_neg.rs
index 0ec13900f99501418d08820f4f94bb7f352f3e38..d47dfcb5ba1eab1b8654a2c270700748923a4bee 100644 (file)
@@ -1,6 +1,3 @@
-#![feature(tool_lints)]
-
-
 #[warn(clippy::double_neg)]
 fn main() {
     let x = 1;