]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/erasing_op.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / erasing_op.rs
index 1c572b55554223107bd519fc80ee7540832eb1d2..d71662131943384ef1cfb19eccc0b707de04e8be 100644 (file)
@@ -7,10 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-#![feature(tool_lints)]
-
-
 #[allow(clippy::no_effect)]
 #[warn(clippy::erasing_op)]
 fn main() {