mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
9e8d48c551
Avoid rustfix suggestions for macro-expanded unused imports Avoid emitting rustfix suggestions for unused imports when the removal span is not directly editable. Closes rust-lang/rust#147855