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 24403ac + 6b23cb7 commit bfec607Copy full SHA for bfec607
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