File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,6 @@ use crate::Redirect::*;
33
33
// are cases where that does not work
34
34
// [(generated_documentation_page, &[broken_links])]
35
35
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" ] ) ,
41
36
// These try to link to std::collections, but are defined in alloc
42
37
// https://github.com/rust-lang/rust/issues/74481
43
38
( "std/collections/btree_map/struct.BTreeMap.html" , & [ "#insert-and-complex-keys" ] ) ,
You can’t perform that action at this time.
0 commit comments