We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510d6b8 commit 182a4ffCopy full SHA for 182a4ff
src/tools/tidy/src/deps.rs
@@ -32,6 +32,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
32
"openssl", // BSD+advertising clause, cargo, mdbook
33
"pest", // MPL2, mdbook via handlebars
34
"thread-id", // Apache-2.0, mdbook
35
+ "strings", // not in published manifest
36
];
37
38
pub fn check(path: &Path, bad: &mut bool) {
0 commit comments