]> git.proxmox.com Git - rustc.git/blobdiff - src/tools/clippy/tests/ui/bytecount.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / bytecount.rs
index 8fc27c49f34b4da2475345926bbd7b9a8d3cd8ba..fc94667d968faf51637e54716f5be60995baf516 100644 (file)
@@ -1,5 +1,5 @@
-#![feature(plugin)]
-#![plugin(clippy)]
+
+
 
 #[deny(naive_bytecount)]
 fn main() {