Format lexer
This commit is contained in:
parent
9aaf873396
commit
3b3e43a386
2 changed files with 23 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue