Skip to content

Commit 4f96a03

Browse files
committed
Add constant_time_eq to license exception list of tidy tool
1 parent 919b3f9 commit 4f96a03

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
@@ -45,6 +45,7 @@ const EXCEPTIONS: &[&str] = &[
4545
"im-rc", // MPL-2.0+, cargo
4646
"adler32", // BSD-3-Clause AND Zlib, cargo dep that isn't used
4747
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
48+
"constant_time_eq", // CC0-1.0, rustfmt
4849
];
4950

5051
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)