From 38cb8f543849bc0bbdc1a697999ea911e83ccd2e Mon Sep 17 00:00:00 2001 From: Mohammad Dashti Date: Fri, 6 Oct 2023 14:50:56 -0700 Subject: [PATCH] Revert "Fixed the idiom version." This reverts commit 6f78be0d4281de16e6ec123d6139c39d1a2c91ab. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b6371e9..0722411 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -65,7 +65,7 @@ jobs: command: "cargo fmt --check" - run: name: "Clippy" - command: "cargo clippy --all --all-targets -- -Dwarnings -Drust-2018-idioms" + 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"