Skip to content

Commit

Permalink
Merge pull request netvl#226 from 00xc/unreachable_token
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jun 1, 2023
2 parents 563f975 + c09549a commit 129ab96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reader/lexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl fmt::Display for Token {
Token::EqualsSign => "=",
Token::SingleQuote => "'",
Token::DoubleQuote => "\"",
Token::MarkupDeclarationStart => "<!",
_ => unreachable!()
}.fmt(f),
}
Expand Down

0 comments on commit 129ab96

Please sign in to comment.