mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
50139e6ad2
fixed fp caused by moving &mut reference inside of a closure changelog: [`needless_pass_by_ref mut`]: fixes false positive caused by not covering mutable references passed to a closure inside of a fuction fixes #11545