]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/clone_on_copy_mut.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / clone_on_copy_mut.rs
index 81d70eb9458a0877fce0bcfbd893c79541243140..82f411d5c9db0bfcbc4129ccb62541543f946d94 100644 (file)
@@ -7,9 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
 pub fn dec_read_dec(i: &mut i32) -> i32 {
     *i -= 1;
     let ret = *i;