Skip to content

Commit 34ece9e

Browse files
committed
do not deny clippy lints
it should still warn, but not deny i.e. error out on lints
1 parent f5c7c09 commit 34ece9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: cargo check --no-default-features --features "use_alloc"
2929
- run: cargo test
3030
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
31-
- run: cargo clippy --all -- -Dwarnings
31+
- run: cargo clippy --all
3232

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

0 commit comments

Comments
 (0)