This commit is contained in:
Lukas Wirth 2023-11-25 17:10:18 +01:00
parent ab8f12e169
commit 92d447f976
26 changed files with 102 additions and 123 deletions

View file

@ -565,7 +565,6 @@ impl<SpanMap> Converter<SpanMap> {
#[derive(Debug)]
enum SynToken {
Ordinary(SyntaxToken),
// FIXME is this supposed to be `Punct`?
Punct(SyntaxToken, usize),
}