Skip to content

Commit 0a7ba6b

Browse files
committed
add hermit-abi to the whitelist
1 parent 99b2e04 commit 0a7ba6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ 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
5556
"sized-chunks", // MPL-2.0+, cargo via im-rc
5657
// FIXME: this dependency violates the documentation comment above:
5758
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target

0 commit comments

Comments
 (0)