Skip to content

Commit e233d80

Browse files
committed
Remove outdated FIXME
1 parent 5ce4ee9 commit e233d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,6 @@ fn suggest_disambiguator(
13051305
suggestion = format!("`{}`", suggestion);
13061306
}
13071307

1308-
// FIXME: Create a version of this suggestion for when we don't have the span.
13091308
diag.span_suggestion(sp, &help, suggestion, Applicability::MaybeIncorrect);
13101309
} else {
13111310
diag.help(&format!("{}: {}", help, suggestion));

0 commit comments

Comments
 (0)