Skip to content

Commit e3d311e

Browse files
Merge pull request rust-lang#185 from Havvy/fix-travis
Fix broken example in previous PR
2 parents e019355 + fbff112 commit e3d311e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/statements.md

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ When the trailing semicolon is omitted, the result must be type `()`.
8484
// good: the block's type is i32
8585
if true {
8686
1
87+
} else {
88+
2
8789
};
8890
```
8991

0 commit comments

Comments
 (0)