Skip to content

Commit 5095573

Browse files
committed
Remove stray FIXME
1 parent 19115e9 commit 5095573

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/ra_ide/src/references.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,6 @@ fn process_definition(
222222
}
223223
};
224224

225-
// FIXME: reuse sb
226-
// See https://github.com/rust-lang/rust/pull/68198#issuecomment-574269098
227-
228225
if let Some(d) = classify_name_ref(&sema, &name_ref) {
229226
let d = d.definition();
230227
if &d == def {

0 commit comments

Comments
 (0)