mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
2fb3fb24a3
This commit renames the `CString::{into_ptr, from_ptr}` methods to `into_raw`
and `from_raw` to mirror the corresponding methods on `Box` and the naming of
"raw" for `from_raw_parts` on slices and vectors.
cc #27769