From bc2ba799cb26fd215e319b1cb0434faf52b6b5e2 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sun, 29 Jul 2018 11:54:27 +0800 Subject: [PATCH] Exempt cloudabi from license check. --- src/tools/tidy/src/deps.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 1a2e0f7fb24a..c41377824fe3 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -49,6 +49,7 @@ static EXCEPTIONS: &'static [&'static str] = &[ "clippy_lints", // MPL-2.0, rls "colored", // MPL-2.0, rustfmt "ordslice", // Apache-2.0, rls + "cloudabi", // BSD-2-Clause, (rls -> crossbeam-channel 0.2 -> rand 0.5) ]; /// Which crates to check against the whitelist?