mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
6f0ea299cf
Use rebind instead of Binder::bind when possible These are really only the easy places. I just searched for `Binder::bind` and replaced where it straightforward. r? `@lcnr` cc. `@nikomatsakis`