mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
c3fb102a41
Closes #9191 Closes #14444 Closes #8055 Adds a new helper to partly check for side effects by recursively checking if the iterator type contains closures with mutable captures. changelog: [`double_ended_iterator_last`] fix FP when iter has side effects changelog: [`needless_collect`] fix lint not consider side effects