Skip to content

Commit 7b5b0b1

Browse files
committed
rollup merge of #20270: bombless/patch-2
2 parents 1e9c7c5 + c095bf5 commit 7b5b0b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/doc/reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
194194
| else | enum | extern | false | final |
195195
| fn | for | if | impl | in |
196196
| let | loop | match | mod | move |
197-
| mut | offsetof | once | override | priv |
198-
| pub | pure | ref | return | sizeof |
199-
| static | self | struct | super | true |
200-
| trait | type | typeof | unsafe | unsized |
201-
| use | virtual | where | while | yield |
197+
| mut | offsetof | override | priv | pub |
198+
| pure | ref | return | sizeof | static |
199+
| self | struct | super | true | trait |
200+
| type | typeof | unsafe | unsized | use |
201+
| virtual | where | while | yield |
202202

203203

204204
Each of these keywords has special meaning in its grammar, and all of them are

0 commit comments

Comments
 (0)