mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
13b88c21d0
Make std::future a re-export of core::future After1a764a7ef5, there are no `std::future`-specific items (except for `cfg(bootstrap)` items removed in93eed402ad). So, instead of defining `std` own module, we can re-export the `core::future` directly.