Fix mdbook-linkcheck license checks.

This commit is contained in:
Eric Huss 2019-11-12 10:45:33 -08:00
parent 139477df64
commit 32d1f47a06
1 changed files with 3 additions and 0 deletions

View File

@ -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?