cd477d4b0c
Needless pass by ref mut closure non async fn Fixes https://github.com/rust-lang/rust-clippy/issues/11620. Fixes https://github.com/rust-lang/rust-clippy/issues/11561. changelog: [`needless_pass_by_ref_mut`]: Correctly handle arguments moved into closure in non-async functions. r? `@Centri3`