Skip to content

Commit 182a4ff

Browse files
committed
Whitelist strings crate for license
As we can't wait for the maintainer.
1 parent 510d6b8 commit 182a4ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
3232
"openssl", // BSD+advertising clause, cargo, mdbook
3333
"pest", // MPL2, mdbook via handlebars
3434
"thread-id", // Apache-2.0, mdbook
35+
"strings", // not in published manifest
3536
];
3637

3738
pub fn check(path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)