]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/linkchecker/main.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / linkchecker / main.rs
index c9b1649200d9cb2a8c7a21fd2983f5027f172cf8..a7c78d80ccd768d1cd0484bed46b93a997040cb5 100644 (file)
@@ -348,11 +348,6 @@ fn check(&mut self, file: &Path, report: &mut Report) {
                     return;
                 }
 
-                // These appear to be broken in mdbook right now?
-                if fragment.starts_with('-') {
-                    return;
-                }
-
                 parse_ids(&mut target_ids.borrow_mut(), &pretty_path, target_source, report);
 
                 if target_ids.borrow().contains(*fragment) {