summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-07 15:59:44 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-07 16:53:21 -0700
commit249668f22396bde43523207117b3869e63b49c4f (patch)
treee2fa1ce33c4609eff693800bf338d266f15f3b57 /src/libsyntax/parse/token.rs
parentf0eae8f1c19a051ab750383e479f979c32d4598a (diff)
downloadrust-249668f22396bde43523207117b3869e63b49c4f.tar.gz
rust-249668f22396bde43523207117b3869e63b49c4f.zip
Remove module keyword
Diffstat (limited to 'src/libsyntax/parse/token.rs')
-rw-r--r--src/libsyntax/parse/token.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs
index 73e4039513e..e258f9a2bdd 100644
--- a/src/libsyntax/parse/token.rs
+++ b/src/libsyntax/parse/token.rs
@@ -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",