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