Add -Drust-2018-idioms to clippy

This commit is contained in:
Luis Moreno
2020-11-08 19:46:37 -04:00
parent 860056c3ba
commit ea5de9758a
+1 -1
View File
@@ -40,4 +40,4 @@ jobs:
command: rustup component add clippy command: rustup component add clippy
- run: - run:
name: Run cargo clippy name: Run cargo clippy
command: cargo clippy command: cargo clippy -- -Drust-2018-idioms