We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b26f3a commit 76e3221Copy full SHA for 76e3221
src/tools/tidy/src/deps.rs
@@ -33,6 +33,12 @@ static EXCEPTIONS: &'static [&'static str] = &[
33
"openssl", // BSD+advertising clause, cargo, mdbook
34
"pest", // MPL2, mdbook via handlebars
35
"thread-id", // Apache-2.0, mdbook
36
+ "cssparser", // MPL-2.0, rustdoc
37
+ "smallvec", // MPL-2.0, rustdoc
38
+ "magenta-sys", // BSD-3-Clause, rustdoc
39
+ "magenta", // BSD-3-Clause, rustdoc
40
+ "cssparser-macros", // MPL-2.0, rustdoc
41
+ "selectors", // MPL-2.0, rustdoc
42
];
43
44
pub fn check(path: &Path, bad: &mut bool) {
0 commit comments