mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Fixed formatting
This commit is contained in:
parent
336b81abd7
commit
421cf9a1bd
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ fn highlight_def(db: &RootDatabase, def: Definition) -> Highlight {
|
|||
if let hir::Access::Exclusive = sp.access(db) {
|
||||
h |= HlMod::Mutable;
|
||||
}
|
||||
},
|
||||
}
|
||||
None => h |= HlMod::Static,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue