Skip to content

Commit a083986

Browse files
committed
add windows crate to allowed tidy list (why it worked before?)
1 parent 3c03cce commit a083986

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tools/tidy/src/deps.rs

+8
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,14 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
268268
"winapi-i686-pc-windows-gnu",
269269
"winapi-util",
270270
"winapi-x86_64-pc-windows-gnu",
271+
"windows-targets",
272+
"windows_aarch64_msvc",
273+
"windows_aarch64_gnullvm",
274+
"windows_x86_64_gnullvm",
275+
"windows_i686_msvc",
276+
"windows_i686_gnu",
277+
"windows_x86_64_msvc",
278+
"windows_x86_64_gnu",
271279
"writeable",
272280
// this is a false-positive: it's only used by rustfmt, but because it's enabled through a
273281
// feature, tidy thinks it's used by rustc as well.

0 commit comments

Comments
 (0)