Skip to content

Commit 1a5a71d

Browse files
taiki-ecramertj
authored andcommitted
Tweak options passed to clippy
1 parent 0f25922 commit 1a5a71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ matrix:
4545
script:
4646
- if rustup component add clippy-preview;
4747
then
48-
cargo clippy --all -- -Dwarnings -Drust-2018-idioms;
48+
cargo clippy --all --all-features;
4949
else
5050
echo 'Skipping clippy';
5151
fi

0 commit comments

Comments
 (0)