Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit 4d3d4f8

Browse files
committed
The more clippy the better
1 parent 37cd45a commit 4d3d4f8

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
@@ -9,7 +9,7 @@ matrix:
99
- rust: 1.29.1
1010
env: CLIPPY=YESPLEASE
1111
before_script: rustup component add clippy-preview
12-
script: cargo clippy --all-targets -- -D warnings
12+
script: cargo clippy --all-targets --all -- -D warnings
1313
- rust: 1.29.1
1414
env: RUSTFMT=YESPLEASE
1515
before_script: rustup component add rustfmt-preview

0 commit comments

Comments
 (0)