mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
03dc6a3a28
Suggest removing `&` when awaiting a reference to a future Fixes rust-lang/rust#87211 When `.await`ing `&impl Future`, suggest removing the `&` instead of removing `.await`.