Format lexer

This commit is contained in:
Michael Goulet 2024-08-26 11:26:36 -04:00
parent 9aaf873396
commit 3b3e43a386
2 changed files with 23 additions and 20 deletions

View file

@ -92,7 +92,7 @@ pub enum TokenKind {
UnknownPrefix,
/// An unknown prefix in a lifetime, like `'foo#`.
///
///
/// Note that like above, only the `'` and prefix are included in the token
/// and not the separator.
UnknownPrefixLifetime,