rust/clippy_utils
bors d5dcda2f42 Auto merge of #8223 - camsteffen:remove-in-macro, r=llogiq
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`
2022-01-05 00:49:23 +00:00
..
src Auto merge of #8223 - camsteffen:remove-in-macro, r=llogiq 2022-01-05 00:49:23 +00:00
Cargo.toml New macro utils 2022-01-04 22:32:02 +00:00