We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28e3d2 commit bc2ba79Copy full SHA for bc2ba79
src/tools/tidy/src/deps.rs
@@ -49,6 +49,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
49
"clippy_lints", // MPL-2.0, rls
50
"colored", // MPL-2.0, rustfmt
51
"ordslice", // Apache-2.0, rls
52
+ "cloudabi", // BSD-2-Clause, (rls -> crossbeam-channel 0.2 -> rand 0.5)
53
];
54
55
/// Which crates to check against the whitelist?
0 commit comments