Skip to content

Commit 6f78be0

Browse files
committed
Fixed the idiom version.
1 parent 6bd37b6 commit 6f78be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
command: "cargo fmt --check"
6666
- run:
6767
name: "Clippy"
68-
command: "cargo clippy --all --all-targets -- -Dwarnings"
68+
command: "cargo clippy --all --all-targets -- -Dwarnings -Drust-2018-idioms"
6969
- run:
7070
name: "Tests"
7171
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"

0 commit comments

Comments
 (0)