Removed Clippy

This commit is contained in:
Mohammad Dashti
2023-10-06 15:35:00 -07:00
parent 2ceb33c6c2
commit 6dec8bffb1

View File

@@ -63,9 +63,6 @@ jobs:
- run:
name: "Lint"
command: "cargo fmt --check"
- run:
name: "Clippy"
command: "cargo clippy --all --all-targets -- -Dwarnings"
- run:
name: "Tests"
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"