about summary refs log tree commit diff
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2024-09-26 11:28:35 +0300
committerklensy <klensy@users.noreply.github.com>2024-09-27 09:23:18 +0300
commit62d92e651ecf70d55842c0253ff6e440cd9b640b (patch)
tree02ad478197eccd4aa2003b51fd6d0dbd041ee69f
parent26c09b6553733a0849c30845909a52a6d210b8da (diff)
bless tidy
-rw-r--r--src/tools/tidy/src/deps.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index b880f312715..ca6f9346d25 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -271,7 +271,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "datafrog",
     "deranged",
     "derive-where",
-    "derive_more",
     "derive_setters",
     "digest",
     "displaydoc",
@@ -435,6 +434,9 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "winapi-x86_64-pc-windows-gnu",
     "windows",
     "windows-core",
+    "windows-implement",
+    "windows-interface",
+    "windows-result",
     "windows-sys",
     "windows-targets",
     "windows_aarch64_gnullvm",