aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide/src/references.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_ide/src/references.rs b/crates/ra_ide/src/references.rs
index 67be3f6c9..95468d434 100644
--- a/crates/ra_ide/src/references.rs
+++ b/crates/ra_ide/src/references.rs
@@ -222,9 +222,6 @@ fn process_definition(
222 } 222 }
223 }; 223 };
224 224
225 // FIXME: reuse sb
226 // See https://github.com/rust-lang/rust/pull/68198#issuecomment-574269098
227
228 if let Some(d) = classify_name_ref(&sema, &name_ref) { 225 if let Some(d) = classify_name_ref(&sema, &name_ref) {
229 let d = d.definition(); 226 let d = d.definition();
230 if &d == def { 227 if &d == def {