Remove 'with'

This commit is contained in:
Brian Anderson 2012-09-04 13:29:32 -07:00
parent ef880f2245
commit 200959d7ce
77 changed files with 404 additions and 419 deletions

View file

@ -388,8 +388,7 @@ fn contextual_keyword_table() -> hashmap<~str, ()> {
~"move",
~"priv", ~"pub",
~"self", ~"send", ~"static",
~"use",
~"with"
~"use"
];
for keys.each |word| {
words.insert(word, ());