chore: clippy fix
This commit is contained in:
parent
c76e5fa960
commit
abed43a169
2 changed files with 3 additions and 3 deletions
|
|
@ -686,7 +686,7 @@ impl Generator {
|
|||
.advance_actions
|
||||
.iter()
|
||||
.map(|(chars, action)| {
|
||||
let is_included = !chars.contains(std::char::MAX);
|
||||
let is_included = !chars.contains(char::MAX);
|
||||
let mut ranges;
|
||||
if is_included {
|
||||
ranges = chars.simplify_ignoring(&ruled_out_chars);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue