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.
1 parent 24403ac commit 6b23cb7Copy full SHA for 6b23cb7
src/tools/rust-analyzer/.github/workflows/metrics.yaml
@@ -7,7 +7,7 @@ on:
7
env:
8
CARGO_INCREMENTAL: 0
9
CARGO_NET_RETRY: 10
10
- RUSTFLAGS: "-D warnings -W unreachable-pub -cfg no_salsa_async_drops"
+ RUSTFLAGS: "-D warnings -W unreachable-pub --cfg no_salsa_async_drops"
11
RUSTUP_MAX_RETRIES: 10
12
13
jobs:
0 commit comments