Skip to content

Commit abb162c

Browse files
committed
add exceptions for new deps
1 parent 6284b20 commit abb162c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ static EXCEPTIONS: &'static [&'static str] = &[
3333
"openssl", // BSD+advertising clause, cargo, mdbook
3434
"pest", // MPL2, mdbook via handlebars
3535
"thread-id", // Apache-2.0, mdbook
36+
"toml-query", // MPL-2.0, mdbook
37+
"is-match", // MPL-2.0, mdbook
3638
"cssparser", // MPL-2.0, rustdoc
3739
"smallvec", // MPL-2.0, rustdoc
3840
"fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo

0 commit comments

Comments
 (0)