Auto merge of #16920 - Veykril:clippy-lints, r=Veykril

internal: Fix new nightly clippy lints
This commit is contained in:
bors 2024-04-01 16:00:18 +00:00
commit 3691380c35
33 changed files with 31 additions and 42 deletions

View file

@ -113,7 +113,7 @@ pub enum HlPunct {
Semi,
/// ! (only for macro calls)
MacroBang,
///
/// Other punctutations
Other,
}
@ -127,7 +127,7 @@ pub enum HlOperator {
Logical,
/// >, <, ==, >=, <=, !=
Comparison,
///
/// Other operators
Other,
}