diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9415d06..e69f7c0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,5 @@ jobs: run: cargo test --workspace --all-targets --all-features --verbose - name: Check docs run: cargo doc --examples --all-features --no-deps - - name: Clippy - run: cargo clippy --workspace --all-targets --all-features -- -D warnings - name: Check Formatting (rustfmt) run: cargo fmt --all -- --check