Skip to content

Commit cf08888

Browse files
committed
linkchecker: Remove unneeded FIXME about intra-doc links
It was added by 77971 but the adder proposed in that PR that the added code is a good fallback to have in case rustdoc gets buggy, and I agree. So remove the FIXME.
1 parent 11467b1 commit cf08888

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/linkchecker/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,6 @@ impl Checker {
368368
return;
369369
}
370370
// Search for intra-doc links that rustdoc didn't warn about
371-
// FIXME(#77199, 77200) Rustdoc should just warn about these directly.
372371
// NOTE: only looks at one line at a time; in practice this should find most links
373372
for (i, line) in source.lines().enumerate() {
374373
for broken_link in BROKEN_INTRA_DOC_LINK.captures_iter(line) {

0 commit comments

Comments
 (0)