]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/implicit_return.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / implicit_return.rs
index 9fb30135231cc5a24d59b351aa554029fe5bbfd6..46ead9bf0c578f019ec1af5affff38d9f3305e03 100644 (file)
@@ -56,8 +56,7 @@ fn test_loop_with_nests() -> bool {
     loop {
         if true {
             break true;
-        }
-        else {
+        } else {
             let _ = true;
         }
     }