We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b2e04 commit 0a7ba6bCopy full SHA for 0a7ba6b
src/tools/tidy/src/deps.rs
@@ -52,6 +52,7 @@ const EXCEPTIONS: &[&str] = &[
52
"constant_time_eq", // CC0-1.0, rustfmt
53
"utf8parse", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
54
"vte", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
55
+ "hermit-abi", // Apache-2.0 OR MIT
56
"sized-chunks", // MPL-2.0+, cargo via im-rc
57
// FIXME: this dependency violates the documentation comment above:
58
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
0 commit comments