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::*;
3333// are cases where that does not work
3434// [(generated_documentation_page, &[broken_links])]
3535const 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" ] ) ,
You can’t perform that action at this time.
0 commit comments