Skip to content

Commit

Permalink
Fix mdbook-linkcheck license checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 12, 2019
1 parent 139477d commit 32d1f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -55,6 +55,9 @@ const EXCEPTIONS: &[&str] = &[
"sized-chunks", // MPL-2.0+, cargo via im-rc
// FIXME: this dependency violates the documentation comment above:
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
"dunce", // CC0-1.0 mdbook-linkcheck
"codespan-reporting", // Apache-2.0 mdbook-linkcheck
"codespan", // Apache-2.0 mdbook-linkcheck
];

/// Which crates to check against the whitelist?
Expand Down

0 comments on commit 32d1f47

Please sign in to comment.