We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139477d commit 32d1f47Copy full SHA for 32d1f47
src/tools/tidy/src/deps.rs
@@ -55,6 +55,9 @@ const EXCEPTIONS: &[&str] = &[
55
"sized-chunks", // MPL-2.0+, cargo via im-rc
56
// FIXME: this dependency violates the documentation comment above:
57
"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
61
];
62
63
/// Which crates to check against the whitelist?
0 commit comments