Draft quick actions bar
This commit is contained in:
parent
07675e3c55
commit
5c3d563f0f
7 changed files with 189 additions and 3 deletions
|
@ -380,7 +380,7 @@ impl InlayHintCache {
|
|||
}
|
||||
}
|
||||
|
||||
fn clear(&mut self) {
|
||||
pub fn clear(&mut self) {
|
||||
self.version += 1;
|
||||
self.update_tasks.clear();
|
||||
self.hints.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue