mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
2c228260dc
Simplify `str::clone_into` Removes an `unsafe` in favor of just using `String` methods.