mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00
parent
497c82588d
commit
cb51d67e7d
1 changed files with 0 additions and 1 deletions
|
@ -526,7 +526,6 @@ impl CompileHandler<LspCompilerFeat, ProjectInsStateExt> for CompileHandlerImpl
|
|||
}
|
||||
|
||||
fn status(&self, revision: usize, id: &ProjectInsId, rep: CompileReport) {
|
||||
// todo: we need to manage the revision for fn status() as well
|
||||
{
|
||||
let mut n_revs = self.status_revision.lock();
|
||||
let n_rev = n_revs.entry(id.clone()).or_default();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue