blacklist some commonly problematic links

This commit is contained in:
Mark Mansi 2019-07-17 10:10:43 -05:00 committed by Who? Me?!
parent 6b0e8f15ce
commit cfb84d863f
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ description = "A guide to developing rustc"
[output.linkcheck]
follow-web-links = true
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org" ]
exclude = [ "crates\\.io", "gcc\\.godbolt\\.org", "youtube\\.com", "dl\\.acm\\.org" ]