fix(rust): adapt to a few new nightly lints
This commit is contained in:
parent
17017da7a6
commit
329dcc92a1
5 changed files with 4 additions and 10 deletions
|
|
@ -1056,7 +1056,6 @@ impl Generator {
|
|||
}
|
||||
self.add_character(end);
|
||||
add!(self, ")");
|
||||
continue;
|
||||
} else if end == start {
|
||||
add!(self, "lookahead == ");
|
||||
self.add_character(start);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue