diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-08-15 18:46:55 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-08-17 10:13:45 -0700 |
| commit | 3ab4b014cfaf6dff5b450f4a1772e9993550fe38 (patch) | |
| tree | cff9c62a771f5e86819095f9cfa348fd935ba207 /src/libsyntax/parse/token.rs | |
| parent | 6d7b143036e1d61c8f58864db3445d2a0ae4ad11 (diff) | |
| download | rust-3ab4b014cfaf6dff5b450f4a1772e9993550fe38.tar.gz rust-3ab4b014cfaf6dff5b450f4a1772e9993550fe38.zip | |
Remove the class keyword
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index a99d071b6ef..0f4d71c281c 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -335,7 +335,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> { let keys = ~[ ~"again", ~"assert", ~"break", - ~"check", ~"class", ~"const", ~"copy", + ~"check", ~"const", ~"copy", ~"do", ~"drop", ~"else", ~"enum", ~"export", ~"extern", ~"fail", ~"false", ~"fn", ~"for", |
