]> git.lizzy.rs Git - rust.git/commitdiff
Add constant_time_eq to license exception list of tidy tool
authorflip1995 <hello@philkrones.com>
Sat, 16 Feb 2019 23:09:27 +0000 (00:09 +0100)
committerflip1995 <hello@philkrones.com>
Mon, 18 Feb 2019 09:32:00 +0000 (10:32 +0100)
src/tools/tidy/src/deps.rs

index 17c36b80f3a7c6fa492a26e3460827db4f8fbb9a..94dd5478e5297474ee7c30006387ebb4128f1b7b 100644 (file)
@@ -45,6 +45,7 @@
     "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?