We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e89ffa + a31462a commit 9a6eca5Copy full SHA for 9a6eca5
.github/workflows/clippy.yml
@@ -25,6 +25,7 @@ env:
25
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
26
NO_FMT_TEST: 1
27
CARGO_INCREMENTAL: 0
28
+ CARGO_UNSTABLE_SPARSE_REGISTRY: true
29
30
jobs:
31
base:
.github/workflows/clippy_bors.yml
@@ -11,6 +11,7 @@ env:
11
12
13
14
15
16
defaults:
17
run:
.github/workflows/clippy_dev.yml
@@ -15,6 +15,8 @@ on:
env:
RUST_BACKTRACE: 1
18
+ CARGO_INCREMENTAL: 0
19
20
21
22
clippy_dev:
0 commit comments