-
Notifications
You must be signed in to change notification settings - Fork 20
Clippy doesn't compile #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@kamyuentse : I checked the output from the Travis continuous integration, and I noticed that it runs the command: |
A hidden file: |
@kamyuentse : I have seen the idea by CAD97 here: env:
matrix:
include:
# Clippy/Format
- rust: nightly-2018-04-28
env: CLIPPY_VERSION="1742229ebb7843a65c05ee495d8de5366fcc5567"
install:
- rustup component add rustfmt-preview || true
- cargo install clippy --git https://github.com/rust-lang-nursery/rust-clippy.git --rev $CLIPPY_VERSION || true
script:
- cargo clippy --all-targets --tests -- -D clippy
- cargo fmt -- --write-mode=diff Maybe we should do something like this? Then we can update it from time to time. I even thought about going back to Rust beta, but I am pretty sure some things that we use will not work there. We might be able to do this in the future, but not today (: |
Might be related to:
rust-lang/rust-clippy#2718
The text was updated successfully, but these errors were encountered: