Make the pretty-printer output new-style syntax for local decls
This commit is contained in:
parent
252b8ffe42
commit
ce808bbc6f
2 changed files with 8 additions and 11 deletions
|
@ -170,7 +170,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
|
|||
words.insert("state", ());
|
||||
words.insert("gc", ());
|
||||
words.insert("native", ());
|
||||
words.insert("auto", ());
|
||||
words.insert("fn", ());
|
||||
words.insert("pred", ());
|
||||
words.insert("iter", ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue