]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/author.rs
iterate List by value
[rust.git] / tests / ui / author.rs
index eec26bcce3c8d57c053815b3353818b8a08caacf..0a1be35689670f3c024efdcf702479c474db547d 100644 (file)
@@ -1,7 +1,4 @@
-#![feature(tool_attributes)]
-
 fn main() {
-
     #[clippy::author]
     let x: char = 0x45 as char;
 }