Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5d85a71

Browse files
committedMar 21, 2025·
Auto merge of rust-lang#138761 - flip1995:clippy-subtree-update, r=Manishearth
Clippy subtree update r? `@Manishearth` Cargo.lock update is because of the `ui_test` dependency bump in Clippy.
2 parents 01dc45c + 58142e9 commit 5d85a71

File tree

216 files changed

+4616
-1149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

216 files changed

+4616
-1149
lines changed
 

‎Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ dependencies = [
547547
"termize",
548548
"tokio",
549549
"toml 0.7.8",
550-
"ui_test 0.26.5",
550+
"ui_test 0.29.2",
551551
"walkdir",
552552
]
553553

@@ -2021,7 +2021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
20212021
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
20222022
dependencies = [
20232023
"cfg-if",
2024-
"windows-targets 0.48.5",
2024+
"windows-targets 0.52.6",
20252025
]
20262026

20272027
[[package]]
@@ -5488,9 +5488,9 @@ dependencies = [
54885488

54895489
[[package]]
54905490
name = "ui_test"
5491-
version = "0.26.5"
5491+
version = "0.28.0"
54925492
source = "registry+https://github.com/rust-lang/crates.io-index"
5493-
checksum = "32ee4c40e5a5f9fa6864ff976473e5d6a6e9884b6ce68b40690d9f87e1994c83"
5493+
checksum = "7484683d60d50ca1d1b6433c3dbf6c5ad71d20387acdcfb16fe79573f3fba576"
54945494
dependencies = [
54955495
"annotate-snippets 0.11.5",
54965496
"anyhow",
@@ -5514,9 +5514,9 @@ dependencies = [
55145514

55155515
[[package]]
55165516
name = "ui_test"
5517-
version = "0.28.0"
5517+
version = "0.29.2"
55185518
source = "registry+https://github.com/rust-lang/crates.io-index"
5519-
checksum = "7484683d60d50ca1d1b6433c3dbf6c5ad71d20387acdcfb16fe79573f3fba576"
5519+
checksum = "1211b1111c752c73b33073d2958072be08825fd97c9ab4d83444da361a06634b"
55205520
dependencies = [
55215521
"annotate-snippets 0.11.5",
55225522
"anyhow",

‎src/tools/clippy/.github/workflows/clippy_mq.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
host: x86_64-pc-windows-msvc
2828
- os: macos-13
2929
host: x86_64-apple-darwin
30+
- os: macos-latest
31+
host: aarch64-apple-darwin
3032

3133
runs-on: ${{ matrix.os }}
3234

0 commit comments

Comments
 (0)
This repository has been archived.