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
@iago-lito This has come up before. My understanding is that there are semantic differences between use std::io::{self}; and use std::io;, so rustfmt can't safely make that change without potentially breaking your code. See #3568 and other linked issues.
I sometimes end up with this kind of dummy import lines:
Maybe
rustfmt
could simplify it into:?
The text was updated successfully, but these errors were encountered: