mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Fixed formatting
This commit is contained in:
parent
336b81abd7
commit
421cf9a1bd
@ -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…
Reference in New Issue
Block a user