mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +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`.