Skip to content

Commit 0666905

Browse files
committed
remove slice linkcheck exceptions
1 parent 0d07153 commit 0666905

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/linkchecker/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ use crate::Redirect::*;
3333
// are cases where that does not work
3434
// [(generated_documentation_page, &[broken_links])]
3535
const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
36-
// These are methods on slice, and `Self` does not work on primitive impls
37-
// in intra-doc links (primitive impls are weird)
38-
// https://github.com/rust-lang/rust/issues/62834 is necessary to be
39-
// able to link to slices
40-
("std/io/struct.IoSlice.html", &["#method.as_mut_ptr", "#method.sort_by_key"]),
4136
// These try to link to std::collections, but are defined in alloc
4237
// https://github.com/rust-lang/rust/issues/74481
4338
("std/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]),

0 commit comments

Comments
 (0)