Remove dead keywords from parser.
This commit is contained in:
parent
a38a1b6c7a
commit
511c053856
1 changed files with 0 additions and 2 deletions
|
|
@ -165,8 +165,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
|
|||
words.insert("assert", ());
|
||||
words.insert("claim", ());
|
||||
words.insert("prove", ());
|
||||
words.insert("state", ());
|
||||
words.insert("gc", ());
|
||||
words.insert("native", ());
|
||||
words.insert("fn", ());
|
||||
words.insert("block", ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue