We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc87cc commit f3ac6b3Copy full SHA for f3ac6b3
src/tools/tidy/src/deps.rs
@@ -26,6 +26,7 @@ const EXCEPTIONS: &[&str] = &[
26
"mdbook", // MPL2, mdbook
27
"openssl", // BSD+advertising clause, cargo, mdbook
28
"pest", // MPL2, mdbook via handlebars
29
+ "arrayref", // BSD-2-Clause, mdbook via handlebars via pest
30
"thread-id", // Apache-2.0, mdbook
31
"toml-query", // MPL-2.0, mdbook
32
"is-match", // MPL-2.0, mdbook
0 commit comments