]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/enum-glob-import-crate.rs
Adapt run-pass tests to the tool_lints
[rust.git] / tests / run-pass / enum-glob-import-crate.rs
index 5b54698605a73cfb7b2f78e64268786efd29f5f3..6014558a184f2104d288cdd1149cf27b40bf0847 100644 (file)
@@ -1,6 +1,7 @@
-#![feature(plugin)]
-#![plugin(clippy)]
-#![deny(clippy)]
+#![feature(tool_lints)]
+
+#![deny(clippy::all)]
+#![allow(unused_imports)]
 
 use std::*;