Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Nov 26, 2024
1 parent 1444e37 commit d8a9fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: >-
-Cinstrument-coverage-Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code
-Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code
-Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests
RUSTDOCFLAGS: >-
-Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code
Expand Down

0 comments on commit d8a9fe7

Please sign in to comment.