]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/bytecount.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / bytecount.rs
index 170666d1f18ff061251a94c03bfc61c41ae5b606..6bc9b5ddecd03ee6bd2ddb87eccd77d27a5934d2 100644 (file)
@@ -7,10 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
-
 #[deny(clippy::naive_bytecount)]
 fn main() {
     let x = vec![0_u8; 16];