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
@rvql To the best of my knowledge use std::str::{self}; and use std::str; are semantically different. See #3750 as an example. That's why rustfmt doesn't modify the code.
This is also a duplicate of the already closed #6129
@rvql To the best of my knowledge use std::str::{self}; and use std::str; are semantically different. See #3750 as an example. That's why rustfmt doesn't modify the code.
This is also a duplicate of the already closed #6129
When formatting the following code with
rustfmt 1.7.0-stable (25ef9e3 2024-04-09)
I'm expecting
but the code is unchanged. I'm not sure if this is by design.
The text was updated successfully, but these errors were encountered: