Skip to content

Commit 6b23cb7

Browse files
committed
metrics: Fix metrics
1 parent 24403ac commit 6b23cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
CARGO_INCREMENTAL: 0
99
CARGO_NET_RETRY: 10
10-
RUSTFLAGS: "-D warnings -W unreachable-pub -cfg no_salsa_async_drops"
10+
RUSTFLAGS: "-D warnings -W unreachable-pub --cfg no_salsa_async_drops"
1111
RUSTUP_MAX_RETRIES: 10
1212

1313
jobs:

0 commit comments

Comments
 (0)