about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsteveklabnik <steve@steveklabnik.com>2018-02-03 11:00:39 -0500
committersteveklabnik <steve@steveklabnik.com>2018-02-04 15:47:36 -0500
commit983cc00b80d0d6a37ef8ae171febfd45cd4313fe (patch)
tree64b0b3809c068e72087560ecf74c46208ba598a6
parent5437188e100d704516dd5803378ee5ccd29edfe1 (diff)
downloadrust-983cc00b80d0d6a37ef8ae171febfd45cd4313fe.tar.gz
rust-983cc00b80d0d6a37ef8ae171febfd45cd4313fe.zip
add exceptions for new deps
-rw-r--r--src/tools/tidy/src/deps.rs2
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