Skip to content

Commit

Permalink
once is not keyword now
Browse files Browse the repository at this point in the history
  • Loading branch information
bombless committed Dec 28, 2014
1 parent 070ab63 commit c095bf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/doc/reference.md
Expand Up @@ -194,11 +194,11 @@ grammar as double-quoted strings. Other tokens have exact rules given.
| else | enum | extern | false | final |
| fn | for | if | impl | in |
| let | loop | match | mod | move |
| mut | offsetof | once | override | priv |
| pub | pure | ref | return | sizeof |
| static | self | struct | super | true |
| trait | type | typeof | unsafe | unsized |
| use | virtual | where | while | yield |
| mut | offsetof | override | priv | pub |
| pure | ref | return | sizeof | static |
| self | struct | super | true | trait |
| type | typeof | unsafe | unsized | use |
| virtual | where | while | yield |


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

0 comments on commit c095bf5

Please sign in to comment.