Update src/tools/linkchecker/main.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
a9680938d0
commit
4a324b8117
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ use crate::Redirect::*;
|
|||
// Add linkcheck exceptions here
|
||||
// If at all possible you should use intra-doc links to avoid linkcheck issues. These
|
||||
// are cases where that does not work
|
||||
// [(generated_documentation_page, &[broken_links])]
|
||||
const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
|
||||
// These are methods on slice, and `Self` does not work on primitive impls
|
||||
// in intra-doc links (intra-doc links are weird)
|
||||
|
|
Loading…
Add table
Reference in a new issue