Skip to content

Commit ae31f7a

Browse files
committedMar 20, 2025
Merge commit '1e5237f4a56ae958af7e5824343eacf737b67083' into clippy-subtree-update
2 parents d8e44b7 + 1e5237f commit ae31f7a

File tree

216 files changed

+4611
-1144
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

+4611
-1144
lines changed
 

‎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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Linkcheck book
3838
run: |
3939
rustup toolchain install nightly --component rust-docs
40+
rustup override set nightly
4041
curl https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/linkcheck.sh -o linkcheck.sh
4142
sh linkcheck.sh clippy --path ./book
4243

0 commit comments

Comments
 (0)
Please sign in to comment.