mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +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`.