We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4df61 commit b2dfb55Copy full SHA for b2dfb55
.github/workflows/rust.yml
@@ -31,7 +31,5 @@ jobs:
31
run: cargo test --workspace --all-targets --all-features --verbose
32
- name: Check docs
33
run: cargo doc --examples --all-features --no-deps
34
- - name: Clippy
35
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
36
- name: Check Formatting (rustfmt)
37
run: cargo fmt --all -- --check
0 commit comments