]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/unicode.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / unicode.rs
index 486135ddfa5f482df8366a375d96ed67a9c11210..0e1200db227f557098d4470aae850c2c5dafee4f 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::zero_width_space)]
 fn zero() {
     print!("Here >​< is a ZWS, and ​another");