diff options
| author | kennytm <kennytm@gmail.com> | 2018-07-29 11:54:27 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-07-29 15:12:47 +0800 |
| commit | bc2ba799cb26fd215e319b1cb0434faf52b6b5e2 (patch) | |
| tree | adacc534217c1004fa62006dfd4ea4667cbe4732 /src/tools | |
| parent | a28e3d28aa03f83257122152914abbdbd9bae81c (diff) | |
| download | rust-bc2ba799cb26fd215e319b1cb0434faf52b6b5e2.tar.gz rust-bc2ba799cb26fd215e319b1cb0434faf52b6b5e2.zip | |
Exempt cloudabi from license check.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 1a2e0f7fb24..c41377824fe 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? |
