Skip to content

Commit

Permalink
Tweak options passed to clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and cramertj committed Jun 25, 2019
1 parent 0f25922 commit 1a5a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a5a71d

Please sign in to comment.