Remove exception from license check for strings.rs
This commit is contained in:
parent
56071f6879
commit
25797938b0
@ -32,7 +32,6 @@ static EXCEPTIONS: &'static [&'static str] = &[
|
||||
"openssl", // BSD+advertising clause, cargo, mdbook
|
||||
"pest", // MPL2, mdbook via handlebars
|
||||
"thread-id", // Apache-2.0, mdbook
|
||||
"strings", // this is actually MIT/Apache-2.0 but it's not in the manifest yet
|
||||
];
|
||||
|
||||
pub fn check(path: &Path, bad: &mut bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user