mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
a28f2afbeb
Add `Box::into_inner`. This adds a `Box::into_inner` method to the `Box` type. <del>I actually suggest deprecating the compiler magic of `*b` if this gets stablized in the future.</del> r? `@m-ou-se`