mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
b3b9383f8d
Make Vec::clone_from and slice::clone_into share the same code In the past, `Vec::clone_from` was implemented using `slice::clone_into`. The code from `clone_into` was later duplicated into `clone_from` in |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |