Skip to content

Commit

Permalink
Add yansi-term as a permitted dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and Xanewok committed May 5, 2021
1 parent 2214a41 commit dcaf74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -189,6 +189,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"winapi-i686-pc-windows-gnu",
"winapi-util",
"winapi-x86_64-pc-windows-gnu",
// 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.
"yansi-term",
];

/// Dependency checks.
Expand Down

0 comments on commit dcaf74b

Please sign in to comment.