From 6f78be0d4281de16e6ec123d6139c39d1a2c91ab Mon Sep 17 00:00:00 2001 From: Mohammad Dashti Date: Fri, 6 Oct 2023 14:43:00 -0700 Subject: [PATCH] Fixed the idiom version. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0722411..b6371e9 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" + 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"