about summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
diff options
context:
space:
mode:
authorLuqman Aden <laden@mozilla.com>2013-02-15 02:49:32 -0800
committerLuqman Aden <laden@mozilla.com>2013-02-15 02:49:55 -0800
commit3a19eef4966cf9ba7104792ebd70c38015dcecab (patch)
tree9f6ee3c828bcebc2383ee54b620b8019bf389060 /src/libsyntax/parse/token.rs
parent178882c98feb4d19a88ce950b035bc40ffda2650 (diff)
downloadrust-3a19eef4966cf9ba7104792ebd70c38015dcecab.tar.gz
rust-3a19eef4966cf9ba7104792ebd70c38015dcecab.zip
libsyntax: Remove move as a 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 3279c79e5af..bdd26fc00a7 100644
--- a/src/libsyntax/parse/token.rs
+++ b/src/libsyntax/parse/token.rs
@@ -493,7 +493,7 @@ pub fn strict_keyword_table() -> HashMap<~str, ()> {
         ~"false", ~"fn", ~"for",
         ~"if", ~"impl",
         ~"let", ~"log", ~"loop",
-        ~"match", ~"mod", ~"move", ~"mut",
+        ~"match", ~"mod", ~"mut",
         ~"once",
         ~"priv", ~"pub", ~"pure",
         ~"ref", ~"return",