Remove 'unchecked' keyword

This commit is contained in:
Brian Anderson 2012-09-18 11:17:49 -07:00
parent 2cdb23bbc0
commit d0d8b7fe64
2 changed files with 2 additions and 9 deletions

View file

@ -439,7 +439,7 @@ fn strict_keyword_table() -> HashMap<~str, ()> {
~"ref", ~"return",
~"struct",
~"true", ~"trait", ~"type",
~"unchecked", ~"use",
~"use",
~"while"
];
for keys.each |word| {