mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

CloneToUninit impls As per #126799. Also implements it for `Wtf8` and both versions of `os_str::Slice`. Maybe it is worth to slap `#[inline]` on some of those impls. r? `@dtolnay`