Skip to content

Commit 7c58986

Browse files
committed
add subtle dependency
1 parent ebf230f commit 7c58986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
5050
("similar", "Apache-2.0"), // cargo (dev dependency)
5151
("normalize-line-endings", "Apache-2.0"), // cargo (dev dependency)
5252
("dissimilar", "Apache-2.0"), // rustdoc, rustc_lexer (few tests) via expect-test, (dev deps)
53+
("subtle", "BSD-3-Clause"), // cargo
5354
];
5455

5556
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@@ -219,6 +220,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
219220
"snap",
220221
"stable_deref_trait",
221222
"stacker",
223+
"subtle",
222224
"syn",
223225
"synstructure",
224226
"tempfile",

0 commit comments

Comments
 (0)