mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
ca78fb4031
changelog: [`unwrap_used`, `expect_used`]: lint even when the receiver is a macro expansion result This also paves the way for expanding more method call lints to expanded receivers or arguments. Fixes rust-lang/rust-clippy#13455