mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Auto merge of #16920 - Veykril:clippy-lints, r=Veykril
internal: Fix new nightly clippy lints
This commit is contained in:
commit
3691380c35
33 changed files with 31 additions and 42 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue