]> git.lizzy.rs Git - rust.git/commitdiff
Exempt cloudabi from license check.
authorkennytm <kennytm@gmail.com>
Sun, 29 Jul 2018 03:54:27 +0000 (11:54 +0800)
committerkennytm <kennytm@gmail.com>
Sun, 29 Jul 2018 07:12:47 +0000 (15:12 +0800)
src/tools/tidy/src/deps.rs

index 1a2e0f7fb24a6673016f085102648ef5707e94d3..c41377824fe3a0825e1c899183e24b7e3af48e4c 100644 (file)
@@ -49,6 +49,7 @@
     "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?