Skip to content

Commit b2dfb55

Browse files
committed
remove clippy from required CI checks
1 parent cd4df61 commit b2dfb55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rust.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@ jobs:
3131
run: cargo test --workspace --all-targets --all-features --verbose
3232
- name: Check docs
3333
run: cargo doc --examples --all-features --no-deps
34-
- name: Clippy
35-
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
3634
- name: Check Formatting (rustfmt)
3735
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)