Rollup merge of #81153 - jyn514:linkcheck, r=Manishearth
Remove unused linkcheck exceptions Found while working on https://github.com/deadlinks/cargo-deadlinks/issues/133. r? `@Manishearth`
This commit is contained in:
commit
33d184bfd0
@ -37,16 +37,7 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
|
||||
// in intra-doc links (primitive impls are weird)
|
||||
// https://github.com/rust-lang/rust/issues/62834 is necessary to be
|
||||
// able to link to slices
|
||||
(
|
||||
"std/io/struct.IoSlice.html",
|
||||
&[
|
||||
"#method.as_mut_ptr",
|
||||
"#method.sort_by_key",
|
||||
"#method.make_ascii_uppercase",
|
||||
"#method.make_ascii_lowercase",
|
||||
"#method.get_unchecked_mut",
|
||||
],
|
||||
),
|
||||
("std/io/struct.IoSlice.html", &["#method.as_mut_ptr", "#method.sort_by_key"]),
|
||||
// These try to link to std::collections, but are defined in alloc
|
||||
// https://github.com/rust-lang/rust/issues/74481
|
||||
("std/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]),
|
||||
|
Loading…
Reference in New Issue
Block a user