You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See rust-lang/rust#53667, they might be stabilized soon. Currently, rustfmt refuses to make any changes to an if let statement and its contents, silently letting code go unformatted.
The text was updated successfully, but these errors were encountered:
To summarize, there are still some unanswered questions around let-chain formatting being discussed on rust-lang/style-team#169. It's important that the formatting RFC be resolved so we know what rules to implement in rustfmt because there's a strong desire not to continually introduce breaking formatting changes.
The best way to move things forward is to bring broader awareness to rust-lang/style-team#169 and to share your thoughts on the proposal 😁
See rust-lang/rust#53667, they might be stabilized soon. Currently, rustfmt refuses to make any changes to an if let statement and its contents, silently letting code go unformatted.
The text was updated successfully, but these errors were encountered: