Skip to content

Commit 695548f

Browse files
committed
tidy: add\remove deps
1 parent 13b9448 commit 695548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
194194
"aho-corasick",
195195
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
196196
"annotate-snippets",
197+
"anstyle",
197198
"ar_archive_writer",
198199
"arrayvec",
199200
"autocfg",
@@ -390,7 +391,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
390391
"windows_x86_64_gnullvm",
391392
"windows_x86_64_msvc",
392393
"writeable",
393-
"yansi-term", // this is a false-positive: it's only used by rustfmt, but because it's enabled through a feature, tidy thinks it's used by rustc as well.
394394
"yoke",
395395
"yoke-derive",
396396
"zerocopy",

0 commit comments

Comments
 (0)