mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
67d09736ea
Stabilize `Ready::into_inner()` This PR stabilizes `Ready::into_inner()`. Tracking issue: #101196. Implementation PR: #101189. Closes #101196.