mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 18:23:49 +00:00
Add exception for new dependency in license checker
This commit is contained in:
parent
de76369f93
commit
f8a9a28421
@ -26,6 +26,7 @@ const EXCEPTIONS: &[&str] = &[
|
||||
"mdbook", // MPL2, mdbook
|
||||
"openssl", // BSD+advertising clause, cargo, mdbook
|
||||
"pest", // MPL2, mdbook via handlebars
|
||||
"arrayref", // BSD-2-Clause, mdbook via handlebars via pest
|
||||
"thread-id", // Apache-2.0, mdbook
|
||||
"toml-query", // MPL-2.0, mdbook
|
||||
"is-match", // MPL-2.0, mdbook
|
||||
|
Loading…
Reference in New Issue
Block a user