File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,7 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
37
37
// in intra-doc links (primitive impls are weird)
38
38
// https://github.com/rust-lang/rust/issues/62834 is necessary to be
39
39
// able to link to slices
40
- (
41
- "std/io/struct.IoSlice.html" ,
42
- & [
43
- "#method.as_mut_ptr" ,
44
- "#method.sort_by_key" ,
45
- "#method.make_ascii_uppercase" ,
46
- "#method.make_ascii_lowercase" ,
47
- "#method.get_unchecked_mut" ,
48
- ] ,
49
- ) ,
40
+ ( "std/io/struct.IoSlice.html" , & [ "#method.as_mut_ptr" , "#method.sort_by_key" ] ) ,
50
41
// These try to link to std::collections, but are defined in alloc
51
42
// https://github.com/rust-lang/rust/issues/74481
52
43
( "std/collections/btree_map/struct.BTreeMap.html" , & [ "#insert-and-complex-keys" ] ) ,
You can’t perform that action at this time.
0 commit comments