]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/eq_op.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / eq_op.rs
index 12d62042dca8529fd2eaca092381dd721b3ed68b..89d85d1b3e9d11a277230799a1d17343cbfc3ef5 100644 (file)
@@ -1,5 +1,5 @@
-#![feature(plugin)]
-#![plugin(clippy)]
+
+
 
 #[warn(eq_op)]
 #[allow(identity_op, double_parens, many_single_char_names)]