We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56071f6 commit 2579793Copy full SHA for 2579793
src/tools/tidy/src/deps.rs
@@ -32,7 +32,6 @@ static EXCEPTIONS: &'static [&'static str] = &[
32
"openssl", // BSD+advertising clause, cargo, mdbook
33
"pest", // MPL2, mdbook via handlebars
34
"thread-id", // Apache-2.0, mdbook
35
- "strings", // this is actually MIT/Apache-2.0 but it's not in the manifest yet
36
];
37
38
pub fn check(path: &Path, bad: &mut bool) {
0 commit comments