Skip to content

Commit 2aa5d68

Browse files
ci(lint): simplify clippy rules
1 parent 7d19963 commit 2aa5d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install components
7070
run: rustup component add clippy rustfmt
7171

72-
- run: cargo clippy ${{ matrix.feature.flags }} -- -D warnings -D clippy::pedantic
72+
- run: cargo clippy ${{ matrix.feature.flags }} -D clippy::pedantic
7373

7474
- if: always()
7575
run: cargo fmt --check

0 commit comments

Comments
 (0)