We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741f6dd commit e6b02d1Copy full SHA for e6b02d1
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
- rust: nightly
26
name: Clippy
27
script:
28
- - rustup component add clippy-preview || travis_terminate 0
+ - rustup component add clippy || travis_terminate 0
29
- cargo clippy
30
31
0 commit comments