Unnamed repository; edit this file 'description' to name the repository.
bendn 2 days ago
parent 03f4c87 · commit 297f016
-rw-r--r--crates/rust-analyzer/src/diagnostics.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/diagnostics.rs b/crates/rust-analyzer/src/diagnostics.rs
index 8bc4a2c4e9..7310fc4f8a 100644
--- a/crates/rust-analyzer/src/diagnostics.rs
+++ b/crates/rust-analyzer/src/diagnostics.rs
@@ -6,6 +6,7 @@ use std::mem;
use ide::FileId;
use ide_db::{FxHashMap, base_db::DbPanicContext};
use itertools::Itertools;
+use lsp_types::Range;
use rustc_hash::FxHashSet;
use smallvec::SmallVec;
use stdx::iter_eq_by;