Remove module keyword
This commit is contained in:
parent
f0eae8f1c1
commit
249668f223
4 changed files with 9 additions and 21 deletions
|
@ -421,7 +421,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
|
|||
~"fail", ~"false", ~"fn", ~"for",
|
||||
~"if", ~"impl", ~"import",
|
||||
~"let", ~"log", ~"loop",
|
||||
~"match", ~"mod", ~"module", ~"move", ~"mut",
|
||||
~"match", ~"mod", ~"move", ~"mut",
|
||||
~"owned",
|
||||
~"pure",
|
||||
~"ref", ~"return",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue