libsyntax: Remove move as a keyword.

This commit is contained in:
Luqman Aden
2013-02-15 02:49:32 -08:00
parent 178882c98f
commit 3a19eef496
2 changed files with 2 additions and 2 deletions

View File

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