We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919b3f9 commit 4f96a03Copy full SHA for 4f96a03
src/tools/tidy/src/deps.rs
@@ -45,6 +45,7 @@ const EXCEPTIONS: &[&str] = &[
45
"im-rc", // MPL-2.0+, cargo
46
"adler32", // BSD-3-Clause AND Zlib, cargo dep that isn't used
47
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
48
+ "constant_time_eq", // CC0-1.0, rustfmt
49
];
50
51
/// Which crates to check against the whitelist?
0 commit comments