Skip to content

Commit 8010c34

Browse files
committed
Merge remote-tracking branch 'upstream/master' into rustup
2 parents 2ac2dc1 + 9020937 commit 8010c34

File tree

901 files changed

+20709
-5590
lines changed

Some content is hidden

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

901 files changed

+20709
-5590
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
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"

.github/workflows/clippy.yml

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)