rust/src/libstd/ffi
Josh Stone f854070bb8 Forward OsStr::clone_into to the inner Vec
Despite OS differences, they're all just `Vec<u8>` inside, so we can
just forward `clone_into` calls to that optimized implementation.
2020-04-06 18:26:37 -07:00
..
c_str.rs Implement ToOwned::clone_into for CStr 2020-04-06 18:26:37 -07:00
mod.rs Format libstd with rustfmt 2019-11-29 18:43:27 -08:00
os_str.rs Forward OsStr::clone_into to the inner Vec 2020-04-06 18:26:37 -07:00