Skip to content

Commit bc2ba79

Browse files
committed
Exempt cloudabi from license check.
1 parent a28e3d2 commit bc2ba79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
4949
"clippy_lints", // MPL-2.0, rls
5050
"colored", // MPL-2.0, rustfmt
5151
"ordslice", // Apache-2.0, rls
52+
"cloudabi", // BSD-2-Clause, (rls -> crossbeam-channel 0.2 -> rand 0.5)
5253
];
5354

5455
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)