Skip to content

Commit 758f196

Browse files
committedOct 24, 2022
Auto merge of #103337 - flip1995:clippyup, r=Manishearth
Update Clippy r? `@Manishearth`
2 parents c07a6a9 + da9755b commit 758f196

File tree

284 files changed

+8511
-4206
lines changed

Some content is hidden

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

284 files changed

+8511
-4206
lines changed
 

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ env:
2525
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
2626
NO_FMT_TEST: 1
2727
CARGO_INCREMENTAL: 0
28+
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2829

2930
jobs:
3031
base:

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

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
1212
NO_FMT_TEST: 1
1313
CARGO_INCREMENTAL: 0
14+
CARGO_UNSTABLE_SPARSE_REGISTRY: true
1415

1516
defaults:
1617
run:

0 commit comments

Comments
 (0)