Skip to content

Commit

Permalink
bless tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
klensy committed Sep 27, 2024
1 parent 26c09b6 commit 62d92e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"datafrog",
"deranged",
"derive-where",
"derive_more",
"derive_setters",
"digest",
"displaydoc",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 62d92e6

Please sign in to comment.