Skip to content

Commit 8a11c61

Browse files
committed
remove hermit-abi from the wrong list, add to the whitelist
1 parent 0a7ba6b commit 8a11c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ const EXCEPTIONS: &[&str] = &[
5252
"constant_time_eq", // CC0-1.0, rustfmt
5353
"utf8parse", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
5454
"vte", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
55-
"hermit-abi", // Apache-2.0 OR MIT
5655
"sized-chunks", // MPL-2.0+, cargo via im-rc
5756
// FIXME: this dependency violates the documentation comment above:
5857
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
@@ -182,6 +181,7 @@ const WHITELIST: &[Crate<'_>] = &[
182181
Crate("winapi-util"),
183182
Crate("winapi-x86_64-pc-windows-gnu"),
184183
Crate("wincolor"),
184+
Crate("hermit-abi"),
185185
];
186186

187187
// Some types for Serde to deserialize the output of `cargo metadata` to.

0 commit comments

Comments
 (0)