]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/matches.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / matches.rs
index be1ca72aece6f1ad2c3c34080bb732211b2068cc..f97038ca1f04f9c4fc8a69da05b5377f1b5071d5 100644 (file)
@@ -1,7 +1,7 @@
-#![feature(plugin)]
+
 #![feature(exclusive_range_pattern)]
 
-#![plugin(clippy)]
+
 #![warn(clippy)]
 #![allow(unused, if_let_redundant_pattern_matching)]
 #![warn(single_match_else)]