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