Skip to content

Commit

Permalink
do not deny clippy lints
Browse files Browse the repository at this point in the history
it should still warn, but not deny i.e. error out on lints
  • Loading branch information
hellow554 committed Jun 9, 2022
1 parent 0cf44b6 commit af3ec56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: cargo check --no-default-features --features "use_alloc"
- run: cargo test
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
- run: cargo clippy --all -- -Dwarnings
- run: cargo clippy --all

# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
end-success:
Expand Down

0 comments on commit af3ec56

Please sign in to comment.