We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c03cce commit a083986Copy full SHA for a083986
src/tools/tidy/src/deps.rs
@@ -268,6 +268,14 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
268
"winapi-i686-pc-windows-gnu",
269
"winapi-util",
270
"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",
279
"writeable",
280
// this is a false-positive: it's only used by rustfmt, but because it's enabled through a
281
// feature, tidy thinks it's used by rustc as well.
0 commit comments