mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
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
This commit is contained in:
commit
8c0ed28c1c
3 changed files with 0 additions and 3 deletions
1
.github/workflows/clippy.yml
vendored
1
.github/workflows/clippy.yml
vendored
|
@ -25,7 +25,6 @@ env:
|
|||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
jobs:
|
||||
base:
|
||||
|
|
1
.github/workflows/clippy_bors.yml
vendored
1
.github/workflows/clippy_bors.yml
vendored
|
@ -11,7 +11,6 @@ env:
|
|||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
NO_FMT_TEST: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
|
1
.github/workflows/clippy_dev.yml
vendored
1
.github/workflows/clippy_dev.yml
vendored
|
@ -16,7 +16,6 @@ on:
|
|||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
CARGO_INCREMENTAL: 0
|
||||
CARGO_UNSTABLE_SPARSE_REGISTRY: true
|
||||
|
||||
jobs:
|
||||
clippy_dev:
|
||||
|
|
Loading…
Reference in a new issue