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 d0113de commit 4d1fb69Copy full SHA for 4d1fb69
book.toml
@@ -40,7 +40,11 @@ exclude = [
40
"play\\.rust-lang\\.org",
41
"tomlee\\.co",
42
"marketplace\\.visualstudio\\.com",
43
- "objects\\.githubusercontent\\.com"
+ "objects\\.githubusercontent\\.com",
44
+ # The bug listing URL works only if an user is logged in.
45
+ "github\\.com\\/issues\\?",
46
+ # Handle: connection closed before message completed
47
+ "microsoft\\.com\\/en-us\\/research\\/publication\\/",
48
]
49
cache-timeout = 86400
50
warning-policy = "error"
0 commit comments