-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix formatting issues with cargo fmt #5261
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
Conversation
Hm, we run @djc how do you get rustfmt to use this other style? Perhaps you version of rustfmt differes? |
@matklad if you look at the failures in https://travis-ci.org/rust-lang/cargo/jobs/359754442, you see that they require these changes. |
@bors r+ Figured out! We've released 1.25 today, which updated rustfmt as well. |
📌 Commit 5c7979c has been approved by |
⌛ Testing commit 5c7979c with merge 78165a2e168f6105a0bb15b592e7525713090b4b... |
Thanks @djc ! |
Sorry for deleting this branch while the merge was still in progress. Does it need to be approved/triggered again to move forward? |
Bors failed to merge as the branch had bin deleted. @matklad can you r+ again |
No worries! @bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 5c7979c has been approved by |
Fix formatting issues with cargo fmt Noticed these unrelated formatting problems while working on #5258.
☀️ Test successful - status-appveyor, status-travis |
💥 Test timed out |
Noticed these unrelated formatting problems while working on #5258.