We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25406d5 commit 7e435ceCopy full SHA for 7e435ce
src/tools/linkchecker/main.rs
@@ -49,7 +49,8 @@ const LINKCHECK_EXCEPTIONS: &[(&str, &[&str])] = &[
49
("alloc/vec/struct.Vec.html", &["#method.sort_by_key", "#method.sort_by_cached_key"]),
50
("core/primitive.str.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase"]),
51
("core/primitive.slice.html", &["#method.to_ascii_uppercase", "#method.to_ascii_lowercase",
52
- "#method.sort_by_cached_key", "core/slice::sort_by_key"]),
+ "core/slice::sort_by_key", "core\\slice::sort_by_key",
53
+ "#method.sort_by_cached_key"]),
54
];
55
56
#[rustfmt::skip]
0 commit comments