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 7, 2022
1 parent f5c7c09 commit 34ece9e
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 34ece9e

Please sign in to comment.