Skip to content

Commit 6dec8bf

Browse files
committed
Removed Clippy
1 parent 2ceb33c commit 6dec8bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jobs:
6363
- run:
6464
name: "Lint"
6565
command: "cargo fmt --check"
66-
- run:
67-
name: "Clippy"
68-
command: "cargo clippy --all --all-targets -- -Dwarnings"
6966
- run:
7067
name: "Tests"
7168
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"

0 commit comments

Comments
 (0)