add hermit-abi to the whitelist

This commit is contained in:
Stefan Lankes 2019-10-21 19:43:24 +02:00
parent 99b2e04a6e
commit 0a7ba6b9fc

View file

@ -52,6 +52,7 @@ const EXCEPTIONS: &[&str] = &[
"constant_time_eq", // CC0-1.0, rustfmt
"utf8parse", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
"vte", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
"hermit-abi", // Apache-2.0 OR MIT
"sized-chunks", // MPL-2.0+, cargo via im-rc
// FIXME: this dependency violates the documentation comment above:
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target