mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
Add FIXME for linkchecker whitlists
This commit is contained in:
@@ -133,8 +133,11 @@ fn check(cache: &mut Cache,
|
||||
// Unfortunately we're not 100% full of valid links today to we need a few
|
||||
// whitelists to get this past `make check` today.
|
||||
// FIXME(#32129)
|
||||
if file.ends_with("std/string/struct.String.html") ||
|
||||
file.ends_with("collections/string/struct.String.html") {
|
||||
if file.ends_with("std/string/struct.String.html") {
|
||||
return None;
|
||||
}
|
||||
// FIXME(#32553)
|
||||
if file.ends_with("collections/string/struct.String.html") {
|
||||
return None;
|
||||
}
|
||||
// FIXME(#32130)
|
||||
|
||||
Reference in New Issue
Block a user