Draft quick actions bar

This commit is contained in:
Kirill Bulatov 2023-08-09 20:24:06 +03:00
parent 07675e3c55
commit 5c3d563f0f
7 changed files with 189 additions and 3 deletions

View file

@ -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();