Skip to content

Commit 8c0ed28

Browse files
committed
Auto merge of #10888 - Alexendoo:cargo-sparse-registry-env, r=flip1995
Remove `CARGO_UNSTABLE_SPARSE_REGISTRY` env from ci changelog: none Sparse registry is the default so we don't need these anymore
2 parents eacd095 + 33b241d commit 8c0ed28

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/clippy.yml

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

3029
jobs:
3130
base:

.github/workflows/clippy_bors.yml

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

1615
defaults:
1716
run:

.github/workflows/clippy_dev.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
env:
1717
RUST_BACKTRACE: 1
1818
CARGO_INCREMENTAL: 0
19-
CARGO_UNSTABLE_SPARSE_REGISTRY: true
2019

2120
jobs:
2221
clippy_dev:

0 commit comments

Comments
 (0)