diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-07-17 10:10:43 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-07-17 10:19:57 -0500 |
| commit | bbcbfc70625f8cdea13b1e74978e98513fc60066 (patch) | |
| tree | 57ac681ef9912b4e442cbff1f135ed26df28ac69 /src | |
| parent | 700bdd56f3a861be674755de09fb11f551018550 (diff) | |
| download | rust-bbcbfc70625f8cdea13b1e74978e98513fc60066.tar.gz rust-bbcbfc70625f8cdea13b1e74978e98513fc60066.zip | |
blacklist some commonly problematic links
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index b9092a969c2..856ef2eba13 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -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" ] |
