mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
29bdc8b2bc
Fix binder handling in `unnecessary_to_owned` fixes #11952 The use of `rebind` instead of `EarlyBinder::bind` isn't technically needed, but it is the semantically correct operation. changelog: None