diff options
| author | steveklabnik <steve@steveklabnik.com> | 2018-02-03 11:00:39 -0500 |
|---|---|---|
| committer | steveklabnik <steve@steveklabnik.com> | 2018-02-04 15:47:36 -0500 |
| commit | 983cc00b80d0d6a37ef8ae171febfd45cd4313fe (patch) | |
| tree | 64b0b3809c068e72087560ecf74c46208ba598a6 /src/tools | |
| parent | 5437188e100d704516dd5803378ee5ccd29edfe1 (diff) | |
| download | rust-983cc00b80d0d6a37ef8ae171febfd45cd4313fe.tar.gz rust-983cc00b80d0d6a37ef8ae171febfd45cd4313fe.zip | |
add exceptions for new deps
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index bc2767c7bcc..159c9e035b7 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -33,6 +33,8 @@ static EXCEPTIONS: &'static [&'static str] = &[ "openssl", // BSD+advertising clause, cargo, mdbook "pest", // MPL2, mdbook via handlebars "thread-id", // Apache-2.0, mdbook + "toml-query", // MPL-2.0, mdbook + "is-match", // MPL-2.0, mdbook "cssparser", // MPL-2.0, rustdoc "smallvec", // MPL-2.0, rustdoc "fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo |
