mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
2c228260dc
Simplify `str::clone_into` Removes an `unsafe` in favor of just using `String` methods.