Skip to content

Commit e22299f

Browse files
committed
chore: Remove target from clippy lint
1 parent 308df4b commit e22299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Run Clippy
16-
run: cargo clippy --all-features --all-targets
16+
run: cargo clippy --all-features
1717
coverage:
1818
runs-on: ubuntu-latest
1919
env:

0 commit comments

Comments
 (0)