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