Skip to content

Commit

Permalink
Disable dead code warning in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreyc committed Apr 24, 2024
1 parent d29412c commit aa611f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Adead_code" # TODO(alexandreyc): remove this line when implementation is complete
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit aa611f7

Please sign in to comment.