]> git.lizzy.rs Git - rust.git/commitdiff
mut_mut_macro is missing plugin(clippy)
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 29 Jan 2018 04:18:06 +0000 (09:48 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Mon, 29 Jan 2018 04:18:06 +0000 (09:48 +0530)
tests/mut_mut_macro.rs

index adc308626b1b6202f89cf7830de15f8e4895a4f7..a6473b0f909e1261658f1f7a9ec658a666f7126b 100644 (file)
@@ -1,5 +1,5 @@
-
-
+#![feature(plugin)]
+#![plugin(clippy)]
 #![deny(mut_mut, zero_ptr, cmp_nan)]
 #![allow(dead_code)]