We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c09b6 commit 62d92e6Copy full SHA for 62d92e6
src/tools/tidy/src/deps.rs
@@ -271,7 +271,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
271
"datafrog",
272
"deranged",
273
"derive-where",
274
- "derive_more",
275
"derive_setters",
276
"digest",
277
"displaydoc",
@@ -435,6 +434,9 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
435
434
"winapi-x86_64-pc-windows-gnu",
436
"windows",
437
"windows-core",
+ "windows-implement",
438
+ "windows-interface",
439
+ "windows-result",
440
"windows-sys",
441
"windows-targets",
442
"windows_aarch64_gnullvm",
0 commit comments