Is there some way of having rust-fmt (or some other tool) to automatically replace it with:
use foobar::{A, B, C}
?
I find the latter easier to read / more organized; but often end up with the former due to IntelliIJ auto adding imports locally which I then move to lib.rs