Skip to content

Commit ec966ae

Browse files
committed
primitive impls are weird
1 parent ea70cc0 commit ec966ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/linkchecker/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use crate::Redirect::*;
2929
// [(generated_documentation_page, &[broken_links])]
3030
const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
3131
// These are methods on slice, and `Self` does not work on primitive impls
32-
// in intra-doc links (intra-doc links are weird)
32+
// in intra-doc links (primitive impls are weird)
3333
// https://github.com/rust-lang/rust/issues/62834 is necessary to be
3434
// able to link to slices
3535
(

0 commit comments

Comments
 (0)