Fix failing tests

Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-01-12 18:43:23 +01:00
parent 8b53868f8a
commit 66694b4c9a
2 changed files with 12 additions and 12 deletions

View file

@ -6,7 +6,7 @@ pub use crate::{
};
use crate::{
diagnostic_set::{DiagnosticEntry, DiagnosticGroup},
range_from_lsp, ToPointUtf16,
range_from_lsp,
};
use anyhow::{anyhow, Result};
use clock::ReplicaId;