Skip to content

Commit f8a9a28

Browse files
James Munnssteveklabnik
James Munns
authored andcommitted
Add exception for new dependency in license checker
1 parent de76369 commit f8a9a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const EXCEPTIONS: &[&str] = &[
2626
"mdbook", // MPL2, mdbook
2727
"openssl", // BSD+advertising clause, cargo, mdbook
2828
"pest", // MPL2, mdbook via handlebars
29+
"arrayref", // BSD-2-Clause, mdbook via handlebars via pest
2930
"thread-id", // Apache-2.0, mdbook
3031
"toml-query", // MPL-2.0, mdbook
3132
"is-match", // MPL-2.0, mdbook

0 commit comments

Comments
 (0)