Skip to content

Commit

Permalink
Update lex.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Mar 13, 2023
1 parent 8935c9b commit 5e2a5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wit-parser/src/lex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pub enum Token {
}

impl Token {
pub const IFACE_ITEM_KEYWORD: [Token; 7] = [
pub const IFACE_ITEM_KEYWORD: [Token; 8] = [
Token::Enum,
Token::Flags,
Token::Func,
Expand Down

0 comments on commit 5e2a5f6

Please sign in to comment.