]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/author.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / author.rs
index f151d50f2f2b8241ab22b160208c9cfaff7aa2ad..4b7729e23b1f771a23fda87c9434858e23e11f9e 100644 (file)
@@ -7,11 +7,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
 fn main() {
-
     #[clippy::author]
     let x: char = 0x45 as char;
 }