Remove "iface" from keyword table.

This commit is contained in:
Lindsey Kuper 2012-08-02 18:08:31 -07:00
parent 4779d2b392
commit 51b9674ed7

View file

@ -325,7 +325,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
~"do", ~"drop",
~"else", ~"enum", ~"export", ~"extern",
~"fail", ~"false", ~"fn", ~"for",
~"if", ~"iface", ~"impl", ~"import",
~"if", ~"impl", ~"import",
~"let", ~"log", ~"loop",
~"match", ~"mod", ~"module", ~"move", ~"mut",
~"new",