Remove stray FIXME

This commit is contained in:
Aleksey Kladov 2020-03-04 11:40:49 +01:00
parent 19115e9fab
commit 5095573139

View File

@ -222,9 +222,6 @@ fn process_definition(
}
};
// FIXME: reuse sb
// See https://github.com/rust-lang/rust/pull/68198#issuecomment-574269098
if let Some(d) = classify_name_ref(&sema, &name_ref) {
let d = d.definition();
if &d == def {