We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a968093 commit 4a324b8Copy full SHA for 4a324b8
src/tools/linkchecker/main.rs
@@ -26,6 +26,7 @@ use crate::Redirect::*;
26
// Add linkcheck exceptions here
27
// If at all possible you should use intra-doc links to avoid linkcheck issues. These
28
// are cases where that does not work
29
+// [(generated_documentation_page, &[broken_links])]
30
const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
31
// These are methods on slice, and `Self` does not work on primitive impls
32
// in intra-doc links (intra-doc links are weird)
0 commit comments