Skip to content

Commit cf0ccf8

Browse files
committed
Disable clippy in CI lint-check
1 parent fe0ae06 commit cf0ccf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- checkout
7171
- rust/build
7272
- rust/format
73-
- rust/clippy
73+
# - rust/clippy
7474
- rust/test
7575
- run:
7676
name: Build examples

0 commit comments

Comments
 (0)