Remove struct ctors

This commit is contained in:
Brian Anderson 2012-09-05 15:58:43 -07:00
parent 5e36a99794
commit b4e547d71a
130 changed files with 1017 additions and 557 deletions

View file

@ -422,7 +422,6 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
~"if", ~"impl", ~"import",
~"let", ~"log", ~"loop",
~"match", ~"mod", ~"module", ~"move", ~"mut",
~"new",
~"owned",
~"pure",
~"ref", ~"return",