From af00f3ffe67bdc9e4d6090ae4bfa00fde238e5fa Mon Sep 17 00:00:00 2001 From: Gaurav Saxena Date: Tue, 13 Oct 2015 02:17:51 -0400 Subject: added semicolons to break statements --- tests/source/expr.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/source/expr.rs') diff --git a/tests/source/expr.rs b/tests/source/expr.rs index c8bd6e5c859..689b2b22c32 100644 --- a/tests/source/expr.rs +++ b/tests/source/expr.rs @@ -70,7 +70,7 @@ fn bar() { let bar = 5 ; let nonsense = (10 .. 0)..(0..10); - loop{if true {break}} + loop{if true {break;}} let x = (aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa && aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, -- cgit 1.4.1-3-g733a5