We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0068358 + d5570c2 commit 33d184bCopy full SHA for 33d184b
src/tools/linkchecker/main.rs
@@ -37,16 +37,7 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
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
- (
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
- ),
+ ("std/io/struct.IoSlice.html", &["#method.as_mut_ptr", "#method.sort_by_key"]),
50
// These try to link to std::collections, but are defined in alloc
51
// https://github.com/rust-lang/rust/issues/74481
52
("std/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]),
0 commit comments