Remove 'unchecked' keyword
This commit is contained in:
parent
2cdb23bbc0
commit
d0d8b7fe64
2 changed files with 2 additions and 9 deletions
|
@ -439,7 +439,7 @@ fn strict_keyword_table() -> HashMap<~str, ()> {
|
|||
~"ref", ~"return",
|
||||
~"struct",
|
||||
~"true", ~"trait", ~"type",
|
||||
~"unchecked", ~"use",
|
||||
~"use",
|
||||
~"while"
|
||||
];
|
||||
for keys.each |word| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue