mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
more clippy fixes
This commit is contained in:
parent
3c468ab2fc
commit
35e5daacc3
19 changed files with 46 additions and 52 deletions
|
@ -342,7 +342,7 @@ fn traverse(
|
|||
element_to_highlight.clone(),
|
||||
) {
|
||||
if inside_attribute {
|
||||
highlight = highlight | HlMod::Attribute;
|
||||
highlight |= HlMod::Attribute
|
||||
}
|
||||
|
||||
hl.add(HlRange { range, highlight, binding_hash });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue