Skip to content

Commit

Permalink
add windows crate to allowed tidy list (why it worked before?)
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed May 9, 2023
1 parent 3c03cce commit a083986
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,14 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"winapi-i686-pc-windows-gnu",
"winapi-util",
"winapi-x86_64-pc-windows-gnu",
"windows-targets",
"windows_aarch64_msvc",
"windows_aarch64_gnullvm",
"windows_x86_64_gnullvm",
"windows_i686_msvc",
"windows_i686_gnu",
"windows_x86_64_msvc",
"windows_x86_64_gnu",
"writeable",
// 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.
Expand Down

0 comments on commit a083986

Please sign in to comment.