From 25797938b0300232b1ac575b9a4cd670e9a6df3a Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Mon, 22 May 2017 14:08:31 +1200 Subject: [PATCH] Remove exception from license check for strings.rs --- src/tools/tidy/src/deps.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index ba02ee0c6d7..8b7da2267cd 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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) { -- 2.44.0