-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Update Rustfmt #50261
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
Update Rustfmt #50261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after this Cargo.lock change is reverted or explained.
src/Cargo.lock
Outdated
@@ -1561,7 +1561,7 @@ dependencies = [ | |||
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |||
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change intended?
@bors r=kennytm p=10 |
📌 Commit 410e201 has been approved by |
Update Rustfmt r? @kennytm Updates rustfmt, should fix the broken tests, but I can't reproduce locally, so who knows?
☀️ Test successful - status-appveyor, status-travis |
@nrc Looks like rustfmt isn't fixed 😢 |
r? @kennytm
Updates rustfmt, should fix the broken tests, but I can't reproduce locally, so who knows?