Skip to content

Commit 32d1f47

Browse files
committed
Fix mdbook-linkcheck license checks.
1 parent 139477d commit 32d1f47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ const EXCEPTIONS: &[&str] = &[
5555
"sized-chunks", // MPL-2.0+, cargo via im-rc
5656
// FIXME: this dependency violates the documentation comment above:
5757
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
58+
"dunce", // CC0-1.0 mdbook-linkcheck
59+
"codespan-reporting", // Apache-2.0 mdbook-linkcheck
60+
"codespan", // Apache-2.0 mdbook-linkcheck
5861
];
5962

6063
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)