Skip to content

Commit 7f64aca

Browse files
committed
---
yaml --- r: 11304 b: refs/heads/master c: 79c1ab2 h: refs/heads/master v: v3
1 parent 2d7189a commit 7f64aca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d6d7134c37dbe0ad76362187324f023b7c84e74e
2+
refs/heads/master: 79c1ab234d151d9bf2d8c5ec576dd087ced24120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/doc/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,10 +1952,10 @@ for e: foo in v {
19521952

19531953
~~~~~~~~{.ebnf .gram}
19541954
if_expr : "if" expr '{' block '}'
1955-
[ "else" else_tail ] ? ;
1955+
else_tail ? ;
19561956
19571957
else_tail : "else" [ if_expr
1958-
| '{' block '} ] ;
1958+
| '{' block '}' ] ;
19591959
~~~~~~~~
19601960

19611961
An `if` expression is a conditional branch in program control. The form of

0 commit comments

Comments
 (0)