]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mem_replace.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / mem_replace.rs
index 2b6e6f2ce67a88f1b57e4a8392159d0899609eab..edd3c03185713f55d7f0147c48296f4d0908faca 100644 (file)
@@ -7,8 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
 #![warn(clippy::all, clippy::style, clippy::mem_replace_option_with_none)]
 
 use std::mem;