We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea70cc0 commit ec966aeCopy full SHA for ec966ae
src/tools/linkchecker/main.rs
@@ -29,7 +29,7 @@ use crate::Redirect::*;
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)
+ // in intra-doc links (primitive impls are weird)
33
// https://github.com/rust-lang/rust/issues/62834 is necessary to be
34
// able to link to slices
35
(
0 commit comments