Fixed formatting
This commit is contained in:
@@ -291,7 +291,7 @@ fn highlight_def(db: &RootDatabase, def: Definition) -> Highlight {
|
|||||||
if let hir::Access::Exclusive = sp.access(db) {
|
if let hir::Access::Exclusive = sp.access(db) {
|
||||||
h |= HlMod::Mutable;
|
h |= HlMod::Mutable;
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
None => h |= HlMod::Static,
|
None => h |= HlMod::Static,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user