hmm, this should have been in the last commit. Oops.
This commit is contained in:
parent
c6155d1fd1
commit
da766791d3
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ fn bad_expr_word_table() -> hashmap<str, ()> {
|
|||
words.insert("fn", ());
|
||||
words.insert("block", ());
|
||||
words.insert("lambda", ());
|
||||
words.insert("pred", ()); // FIXME: remove
|
||||
words.insert("pure", ());
|
||||
words.insert("iter", ());
|
||||
words.insert("block", ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue