1
Fork 0

Remove module keyword

This commit is contained in:
Brian Anderson 2012-09-07 15:59:44 -07:00
parent f0eae8f1c1
commit 249668f223
4 changed files with 9 additions and 21 deletions

View file

@ -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",