]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/ok_if_let.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / ok_if_let.rs
index b318a90d88324f64f354928dc5e044681451e404..3ede64ce3aa020e1be078a6cc0d72b2cb9f43e8b 100644 (file)
@@ -7,10 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-
-
-
 #![warn(clippy::if_let_some_result)]
 
 fn str_to_int(x: &str) -> i32 {