Skip to content

Commit

Permalink
Whitelist strings crate for license
Browse files Browse the repository at this point in the history
As we can't wait for the maintainer.
  • Loading branch information
ishitatsuyuki committed May 17, 2017
1 parent 510d6b8 commit 182a4ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ static EXCEPTIONS: &'static [&'static str] = &[
"openssl", // BSD+advertising clause, cargo, mdbook
"pest", // MPL2, mdbook via handlebars
"thread-id", // Apache-2.0, mdbook
"strings", // not in published manifest
];

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

0 comments on commit 182a4ff

Please sign in to comment.