Exempt cloudabi from license check.

This commit is contained in:
kennytm 2018-07-29 11:54:27 +08:00
parent a28e3d28aa
commit bc2ba799cb
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
1 changed files with 1 additions and 0 deletions

View File

@ -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?