]> 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 d462e6f4ab6b306ed51c66a1a256b7c8b40c00d1..d47dfcb5ba1eab1b8654a2c270700748923a4bee 100644 (file)
@@ -1,7 +1,4 @@
-#![feature(plugin)]
-#![plugin(clippy)]
-
-#[warn(double_neg)]
+#[warn(clippy::double_neg)]
 fn main() {
     let x = 1;
     -x;