Skip to content

Commit 5062185

Browse files
authored
Merge pull request #21105 from Veykril/veykril/push-uksmwpqtzops
metrics: Fix metrics
2 parents 782cda9 + 5817dc6 commit 5062185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)