]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/print.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / print.rs
index 3bb72fcb1f4370a36b7ce07472053df51d840335..a43482cba626f32cde8c45464256422ad7a20750 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, clippy::write_literal)]
 #![warn(clippy::print_stdout, clippy::use_debug)]