diff options
| author | klensy <klensy@users.noreply.github.com> | 2024-09-26 11:28:35 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2024-09-27 09:23:18 +0300 |
| commit | 62d92e651ecf70d55842c0253ff6e440cd9b640b (patch) | |
| tree | 02ad478197eccd4aa2003b51fd6d0dbd041ee69f | |
| parent | 26c09b6553733a0849c30845909a52a6d210b8da (diff) | |
bless tidy
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 4 |
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", |
