From e233d80808d338f025511bc0558319a6dd3acc93 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Tue, 25 Aug 2020 17:09:49 -0400 Subject: [PATCH] Remove outdated FIXME --- src/librustdoc/passes/collect_intra_doc_links.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustdoc/passes/collect_intra_doc_links.rs b/src/librustdoc/passes/collect_intra_doc_links.rs index f9c766f3119ca..dedef304056aa 100644 --- a/src/librustdoc/passes/collect_intra_doc_links.rs +++ b/src/librustdoc/passes/collect_intra_doc_links.rs @@ -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));