Skip to content

Commit 88ffdd0

Browse files
committed
---
yaml --- r: 4538 b: refs/heads/master c: 511c053 h: refs/heads/master v: v3
1 parent addb730 commit 88ffdd0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a38a1b6c7ae87953e51b5a1c93c974f7b9b08ec9
2+
refs/heads/master: 511c053856b67b81309bfd362c0c53452da062b1

trunk/src/comp/syntax/parse/parser.rs

-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ fn bad_expr_word_table() -> hashmap[str, ()] {
165165
words.insert("assert", ());
166166
words.insert("claim", ());
167167
words.insert("prove", ());
168-
words.insert("state", ());
169-
words.insert("gc", ());
170168
words.insert("native", ());
171169
words.insert("fn", ());
172170
words.insert("block", ());

0 commit comments

Comments
 (0)