-
Notifications
You must be signed in to change notification settings - Fork 20
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
Continuous Integration #5
Comments
Link to original clippy issue: rust-lang/rust-clippy#2604 |
[build-dependencies]
-gcc = { git = "https://github.com/vincenthage/gcc-rs", branch = "master" }
+gcc = { git = "https://github.com/alexcrichton/cc-rs", branch = "master" }
rust:
- nightly
|
Just so you know, |
But won't running How would I only check the formatting for modified files? |
Hmm... maybe something like this? |
Also the existing unit tests aren't passing, I'm taking a look at that now |
Closing per #12 |
Tools
Also, per conversation with @jyn514,
The text was updated successfully, but these errors were encountered: