Remove outdated FIXME
This commit is contained in:
parent
5ce4ee9687
commit
e233d80808
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue