Remove 'with'
This commit is contained in:
parent
ef880f2245
commit
200959d7ce
77 changed files with 404 additions and 419 deletions
|
@ -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, ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue