Update .circleci/config.yml

Co-authored-by: VolodymyrOrlov <volodymyr.orlov@gmail.com>
This commit is contained in:
morenol
2020-11-10 20:50:41 -04:00
committed by GitHub
parent 18df9c758c
commit 126b306681
+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 -- -Drust-2018-idioms -Dwarnings command: cargo clippy --all-features -- -Drust-2018-idioms -Dwarnings