1
Fork 0

syntax: Remove extra 'mut' from bad word table

This commit is contained in:
Brian Anderson 2012-04-17 14:22:47 -07:00
parent 4c26d70a0a
commit fac7fcc123

View file

@ -146,7 +146,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
let keys = ["alt", "assert", "be", "break", "check", "claim",
"class", "const", "cont", "copy", "crust", "do", "else",
"enum", "export", "fail", "fn", "for", "if", "iface",
"impl", "import", "let", "log", "loop", "mod", "mut",
"impl", "import", "let", "log", "loop", "mod",
"mut", "native", "pure", "resource", "ret", "trait",
"type", "unchecked", "unsafe", "while", "new"];
for keys.each {|word|