Fix clippy warnings
This commit is contained in:
parent
b8701fcf18
commit
1f0707e1ac
3 changed files with 4 additions and 9 deletions
|
|
@ -95,7 +95,7 @@ pub fn build_lex_table(
|
|||
let mut characters = CharacterSet::empty();
|
||||
for (chars, action) in &state.advance_actions {
|
||||
if action.in_main_token {
|
||||
characters = characters.add(&chars);
|
||||
characters = characters.add(chars);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue