We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9c8c8 commit 716101cCopy full SHA for 716101c
1 file changed
src/tools/tidy/src/deps.rs
@@ -300,6 +300,12 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
300
"winapi",
301
"winapi-i686-pc-windows-gnu",
302
"winapi-x86_64-pc-windows-gnu",
303
+ "windows-sys",
304
+ "windows_aarch64_msvc",
305
+ "windows_i686_gnu",
306
+ "windows_i686_msvc",
307
+ "windows_x86_64_gnu",
308
+ "windows_x86_64_msvc",
309
];
310
311
const FORBIDDEN_TO_HAVE_DUPLICATES: &[&str] = &[
0 commit comments