Skip to content

Commit 4a324b8

Browse files
ManishearthJoshua Nelson
and
Joshua Nelson
authored
Update src/tools/linkchecker/main.rs
Co-authored-by: Joshua Nelson <[email protected]>
1 parent a968093 commit 4a324b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/linkchecker/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use crate::Redirect::*;
2626
// Add linkcheck exceptions here
2727
// If at all possible you should use intra-doc links to avoid linkcheck issues. These
2828
// are cases where that does not work
29+
// [(generated_documentation_page, &[broken_links])]
2930
const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
3031
// These are methods on slice, and `Self` does not work on primitive impls
3132
// in intra-doc links (intra-doc links are weird)

0 commit comments

Comments
 (0)