We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596f182 commit 034de8dCopy full SHA for 034de8d
src/tools/linkchecker/main.rs
@@ -134,7 +134,9 @@ fn check(cache: &mut Cache,
134
file.ends_with("log/index.html") ||
135
file.ends_with("ty/struct.Slice.html") ||
136
file.ends_with("ty/enum.Attributes.html") ||
137
- file.ends_with("ty/struct.SymbolName.html") {
+ file.ends_with("ty/struct.SymbolName.html") ||
138
+ file.ends_with("io/struct.IoVec.html") ||
139
+ file.ends_with("io/struct.IoVecMut.html") {
140
return None;
141
}
142
// FIXME(#32553)
0 commit comments