Skip to content

Commit 17b9424

Browse files
committed
fix: remove clippy::cargo lint in CI
Cannot solve the issue, it comes down to the dependencies
1 parent 9e2632d commit 17b9424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- uses: actions-rs/cargo@v1.0.1
3838
with:
3939
command: clippy
40-
args: -- -Dclippy::pedantic -Dclippy::suspicious -Dclippy::nursery -Dclippy::complexity -Dclippy::perf -Dclippy::cargo
40+
args: -- -Dclippy::complexity -Dclippy::correctness -Dclippy::nursery -Dclippy::pedantic -Dclippy::perf -Dclippy::suspicious -Dclippy::style

0 commit comments

Comments
 (0)