syntax: Remove 'of' and 'check' from keyword table

This commit is contained in:
Brian Anderson 2012-09-04 15:43:46 -07:00
parent 8415515cbe
commit ab9cf45a7c
1 changed files with 1 additions and 2 deletions

View File

@ -386,7 +386,6 @@ fn contextual_keyword_table() -> hashmap<~str, ()> {
~"as",
~"else",
~"move",
~"of",
~"priv", ~"pub",
~"self", ~"send", ~"static",
~"use",
@ -417,7 +416,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
let keys = ~[
~"again", ~"assert",
~"break",
~"check", ~"const", ~"copy",
~"const", ~"copy",
~"do", ~"drop",
~"else", ~"enum", ~"export", ~"extern",
~"fail", ~"false", ~"fn", ~"for",