We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782afe6 commit 919b727Copy full SHA for 919b727
book.toml
@@ -42,9 +42,9 @@ exclude = [
42
"marketplace\\.visualstudio\\.com",
43
"objects\\.githubusercontent\\.com",
44
# The bug listing URL works only if an user is logged in, otherwise one gets 404.
45
- "github\\.com/issues\\?",
+ "github\\.com/issues\\?q=.*",
46
# Similarly 500 is sometimes returned here.
47
- "github\\.com/rust-lang/rust/pulls\\?",
+ "github\\.com/rust-lang/rust/pulls\\?q=.*",
48
# 401 is returned here for unknown reason
49
"github\\.com/wesleywiser/rustc-bootstrap-wpa-analysis",
50
# Handle: connection closed before message completed
0 commit comments