Remove outdated FIXME

This commit is contained in:
Joshua Nelson 2020-08-25 17:09:49 -04:00
parent 5ce4ee9687
commit e233d80808

View file

@ -1305,7 +1305,6 @@ fn suggest_disambiguator(
suggestion = format!("`{}`", suggestion);
}
// FIXME: Create a version of this suggestion for when we don't have the span.
diag.span_suggestion(sp, &help, suggestion, Applicability::MaybeIncorrect);
} else {
diag.help(&format!("{}: {}", help, suggestion));