mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
a652a4303f
update docs for `std::future::IntoFuture` Ref https://github.com/rust-lang/rust/issues/67644. This updates the docs for `IntoFuture` providing a bit more guidance on how to use it. Thanks!