]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue_2356.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / issue_2356.rs
index d251d51f3fc24abcf999eae706bf02ceb094efe9..a54da0b6a969084a9fb0c2118da4698ad2294756 100644 (file)
@@ -7,9 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-#![feature(tool_lints)]
-
 #![deny(clippy::while_let_on_iterator)]
 
 use std::iter::Iterator;