Skip to content

Commit 5e2a5f6

Browse files
Update lex.rs
1 parent 8935c9b commit 5e2a5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wit-parser/src/lex.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ pub enum Token {
138138
}
139139

140140
impl Token {
141-
pub const IFACE_ITEM_KEYWORD: [Token; 7] = [
141+
pub const IFACE_ITEM_KEYWORD: [Token; 8] = [
142142
Token::Enum,
143143
Token::Flags,
144144
Token::Func,

0 commit comments

Comments
 (0)