Mark unnecessary_first_then_check and byte_char_slices as Applicable

This commit is contained in:
Manish Goregaokar 2024-10-11 12:12:26 -07:00
parent b85f632607
commit 42723dc9df
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ pub(super) fn check(
),
"replace this with",
suggestion,
Applicability::MaybeIncorrect,
Applicability::MachineApplicable,
);
}
}