We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd37b6 commit 6f78be0Copy full SHA for 6f78be0
.circleci/config.yml
@@ -65,7 +65,7 @@ jobs:
65
command: "cargo fmt --check"
66
- run:
67
name: "Clippy"
68
- command: "cargo clippy --all --all-targets -- -Dwarnings"
+ command: "cargo clippy --all --all-targets -- -Dwarnings -Drust-2018-idioms"
69
70
name: "Tests"
71
command: "cargo clean && cargo build && cargo test && bash .circleci/run_tests.sh && .circleci/generate_coverage.sh"
0 commit comments