Revert "Fixed the idiom version."

This reverts commit 6f78be0d42.
This commit is contained in:
Mohammad Dashti
2023-10-06 14:50:56 -07:00
parent 6f78be0d42
commit 38cb8f5438

View File

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