Skip to content

Commit beb0e73

Browse files
committed
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
2 parents 72b2101 + 37f4c17 commit beb0e73

File tree

912 files changed

+21798
-5828
lines changed

Some content is hidden

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

912 files changed

+21798
-5828
lines changed

src/tools/clippy/.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[alias]
22
uitest = "test --test compile-test"
3+
uibless = "test --test compile-test -- -- --bless"
4+
bless = "test -- -- --bless"
35
dev = "run --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
46
lintcheck = "run --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
57
collect-metadata = "test --test dogfood --features internal -- run_metadata_collection_lint --ignored"

src/tools/clippy/.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:

src/tools/clippy/.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:

src/tools/clippy/.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)