mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +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