We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yansi-term
1 parent 2214a41 commit dcaf74bCopy full SHA for dcaf74b
src/tools/tidy/src/deps.rs
@@ -189,6 +189,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
189
"winapi-i686-pc-windows-gnu",
190
"winapi-util",
191
"winapi-x86_64-pc-windows-gnu",
192
+ // 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.
193
+ "yansi-term",
194
];
195
196
/// Dependency checks.
0 commit comments