We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8727b9c commit b539a8cCopy full SHA for b539a8c
src/tools/linkchecker/main.rs
@@ -50,6 +50,12 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
50
("alloc/slice/trait.Concat.html", &["#method.concat"]),
51
("alloc/slice/index.html", &["#method.concat", "#method.join"]),
52
("alloc/vec/struct.Vec.html", &["#method.sort_by_key", "#method.sort_by_cached_key"]),
53
+ ("alloc/bstr/struct.ByteString.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase",
54
+ "core/slice::sort_by_key", "core\\slice::sort_by_key",
55
+ "#method.sort_by_cached_key"]),
56
+ ("core/bstr/struct.ByteStr.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase",
57
58
59
("core/primitive.str.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase"]),
60
("core/primitive.slice.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase",
61
"core/slice::sort_by_key", "core\\slice::sort_by_key",
0 commit comments