diff options
| author | James Munns <james.munns@ferrous-systems.com> | 2019-01-19 05:15:25 +0100 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2019-01-30 09:25:12 -0500 |
| commit | f8a9a28421f76b84f45694cf668cfd4c0c3aa40b (patch) | |
| tree | 98a5f62bc171a81c59d8f192702ba5bc08a93148 /src/tools | |
| parent | de76369f93537fb9978dd0626296643764dee868 (diff) | |
| download | rust-f8a9a28421f76b84f45694cf668cfd4c0c3aa40b.tar.gz rust-f8a9a28421f76b84f45694cf668cfd4c0c3aa40b.zip | |
Add exception for new dependency in license checker
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index f1bfb6efc2f..17c36b80f3a 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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 |
