Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Exempt cloudabi from license check.
  • Loading branch information
kennytm committed Jul 29, 2018
1 parent a28e3d2 commit bc2ba79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -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?
Expand Down

0 comments on commit bc2ba79

Please sign in to comment.