From 1a5a71d33e6bdf03bb89a297295e9b8fc17857d9 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 19 Jun 2019 17:54:41 +0900 Subject: [PATCH] Tweak options passed to clippy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e733d0e42..caf523662e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ matrix: script: - if rustup component add clippy-preview; then - cargo clippy --all -- -Dwarnings -Drust-2018-idioms; + cargo clippy --all --all-features; else echo 'Skipping clippy'; fi