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