about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2019-02-17 00:09:27 +0100
committerflip1995 <hello@philkrones.com>2019-02-18 10:32:00 +0100
commit4f96a03ab36a1066adebed5190eb56bdea12fa84 (patch)
treec0ebb87f79bc888e949478134688f920d58c96ad /src
parent919b3f9da30b062ba89f4c8b5a77b121d074ef42 (diff)
downloadrust-4f96a03ab36a1066adebed5190eb56bdea12fa84.tar.gz
rust-4f96a03ab36a1066adebed5190eb56bdea12fa84.zip
Add constant_time_eq to license exception list of tidy tool
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 17c36b80f3a..94dd5478e52 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -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?