Skip to content

Commit

Permalink
Remove outdated FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Aug 25, 2020
1 parent 5ce4ee9 commit e233d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/passes/collect_intra_doc_links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit e233d80

Please sign in to comment.