mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
a59e885314
Specialize `Vec::clone_from` for `Copy` types This should improve performance and reduce code size. This also improves `clone_from` for `String`, `OsString` and `PathBuf`.