fix(rust): adapt to a few new nightly lints

This commit is contained in:
WillLillis 2025-01-10 21:27:35 -05:00 committed by Amaan Qureshi
parent 17017da7a6
commit 329dcc92a1
5 changed files with 4 additions and 10 deletions

View file

@ -1056,7 +1056,6 @@ impl Generator {
}
self.add_character(end);
add!(self, ")");
continue;
} else if end == start {
add!(self, "lookahead == ");
self.add_character(start);