]> git.lizzy.rs Git - rust.git/commitdiff
Remove exception from license check for strings.rs
authorNick Cameron <ncameron@mozilla.com>
Mon, 22 May 2017 02:08:31 +0000 (14:08 +1200)
committerNick Cameron <ncameron@mozilla.com>
Mon, 17 Jul 2017 05:21:46 +0000 (17:21 +1200)
src/tools/tidy/src/deps.rs

index ba02ee0c6d73b7a39cfa9caf95695cec951b10f2..8b7da2267cdedc191fb7e3f9e0e1f64c3368475f 100644 (file)
@@ -32,7 +32,6 @@
     "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) {