We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7ba6b commit 8a11c61Copy full SHA for 8a11c61
src/tools/tidy/src/deps.rs
@@ -52,7 +52,6 @@ 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
@@ -182,6 +181,7 @@ const WHITELIST: &[Crate<'_>] = &[
182
181
Crate("winapi-util"),
183
Crate("winapi-x86_64-pc-windows-gnu"),
184
Crate("wincolor"),
+ Crate("hermit-abi"),
185
];
186
187
// Some types for Serde to deserialize the output of `cargo metadata` to.
0 commit comments