Fixed the idiom version.

This commit is contained in:
Mohammad Dashti
2023-10-06 14:43:00 -07:00
parent 6bd37b6479
commit 6f78be0d42

View File

@@ -65,7 +65,7 @@ jobs:
command: "cargo fmt --check"
- run:
name: "Clippy"
command: "cargo clippy --all --all-targets -- -Dwarnings"
command: "cargo clippy --all --all-targets -- -Dwarnings -Drust-2018-idioms"
- run:
name: "Tests"
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"