]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/neg_multiply.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / neg_multiply.rs
index 2589f3b8551dfe9280675a08ce30bc9d8708b118..f5f7525922c4da4eaed4454668191c75cc9340d0 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::neg_multiply)]
 #![allow(clippy::no_effect, clippy::unnecessary_operation)]