mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
4cda21dc42
Don't lint `unnecessary_operation` in mixed macro contexts fixes #9954 changelog: `unnecessary_operation`: Don't lint in mixed macro contexts.