Does this in any way affect rustfmt? Afaik, rustfmt does not reorder imports if they have #[macro_use] in front, because the order in which macros are imported actually matters.
I am guessing the CI will catch any issue at the very least, still it's something to maybe keep in mind =).
Does this in any way affect
rustfmt
? Afaik,rustfmt
does not reorder imports if they have#[macro_use]
in front, because the order in which macros are imported actually matters.I am guessing the CI will catch any issue at the very least, still it's something to maybe keep in mind =).