-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
bump rustfmt to v1.4.32 #81093
bump rustfmt to v1.4.32 #81093
Conversation
|
Cargo.lock
Outdated
@@ -5346,7 +5346,7 @@ dependencies = [ | |||
"chrono", | |||
"lazy_static", | |||
"matchers", | |||
"parking_lot 0.11.0", | |||
"parking_lot 0.9.0", |
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.
Hm, this seems surprising - maybe a mistake?
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.
I thought so as well, but it wasn't a change I made by hand (came from x.py check)
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.
hm, can you try reverting it by hand perhaps? if we can't get cargo to cooperate I'd like to page in some cargo folks before landing this
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.
done, 🤞
f0ecf2d
to
13d77a3
Compare
Also, looks like the bug from #80843 (comment) is on beta too so would like to nominate for backport though note that'd require backporting the commits from #81027 as well since we had to bump the rustc-ap crates |
@bors r+ rollup=iffy p=1 |
📌 Commit 13d77a3 has been approved by |
☀️ Test successful - checks-actions |
…ulacrum [beta] backports This backports: * Update RLS and Rustfmt rust-lang#81027 * bump rustfmt to v1.4.32 rust-lang#81093 * Fix handling of malicious Readers in read_to_end rust-lang#80895 * Fix broken ./x.py install rust-lang#80514 * Fix x.py install not working with relative prefix rust-lang#80797 * [security] Update mdbook rust-lang#80688 * rustdoc: Render visibilities succinctly rust-lang#80368 r? `@ghost`
Fixes an indentation bug with bounds reported in #80843 (comment)
r? @Mark-Simulacrum