mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
d5dcda2f42
Remove in_macro from clippy_utils changelog: none Previously done in #7897 but reverted in #8170. I'd like to keep `in_macro` out of utils because if a span is from expansion in any way (desugaring or macro), we should not proceed without understanding the nature of the expansion IMO. r? `@llogiq`