mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
ece3543c9f
Fix `manual_map` false positives fixes: #6795 fixes: #6797 fixes: #6811 fixes: #6819 changelog: Fix false positives for `manual_map` when `return`, `break`, `continue`, `yield`, `await`, and partially moved values are used. changelog: Don't expand macros in suggestions for `manual_map`