Skip to content

Commit 2579793

Browse files
committed
Remove exception from license check for strings.rs
1 parent 56071f6 commit 2579793

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/tidy/src/deps.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ 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", // this is actually MIT/Apache-2.0 but it's not in the manifest yet
3635
];
3736

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

0 commit comments

Comments
 (0)