Add constant_time_eq to license exception list of tidy tool
This commit is contained in:
parent
919b3f9da3
commit
4f96a03ab3
@ -45,6 +45,7 @@ const EXCEPTIONS: &[&str] = &[
|
||||
"im-rc", // MPL-2.0+, cargo
|
||||
"adler32", // BSD-3-Clause AND Zlib, cargo dep that isn't used
|
||||
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
|
||||
"constant_time_eq", // CC0-1.0, rustfmt
|
||||
];
|
||||
|
||||
/// Which crates to check against the whitelist?
|
||||
|
Loading…
x
Reference in New Issue
Block a user