Skip to content

Commit

Permalink
Merge pull request #80 from Kuadrant/ci-clippy-allow-warnings
Browse files Browse the repository at this point in the history
Clippy Allowing warnings
  • Loading branch information
didierofrivia authored Sep 10, 2024
2 parents 4d37ca1 + 8629088 commit ff7e501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings
args: --all-targets --all-features # TODO: Re-add `-- -D warnings` when https://github.com/stepancheg/rust-protobuf/pull/733 is released to new version of crate

0 comments on commit ff7e501

Please sign in to comment.