Compare commits

...

1 Commits

Author SHA1 Message Date
2aa5d6881c ci(lint): simplify clippy rules 2026-04-13 19:53:54 -04:00

View File

@@ -69,7 +69,7 @@ jobs:
- name: Install components - name: Install components
run: rustup component add clippy rustfmt run: rustup component add clippy rustfmt
- run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic - run: cargo clippy ${{ matrix.feature.flags }} -D clippy::pedantic
- if: always() - if: always()
run: cargo fmt --check run: cargo fmt --check