rust/library/alloc
bors a59e885314 Auto merge of #87913 - a1phyr:vec_spec_clone_from, r=dtolnay
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`.
2021-08-14 14:52:33 +00:00
..
benches Fix may not to appropriate might not or must not 2021-07-29 01:15:20 -04:00
src Auto merge of #87913 - a1phyr:vec_spec_clone_from, r=dtolnay 2021-08-14 14:52:33 +00:00
tests allow incomplete features for now 2021-08-13 09:28:52 +00:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00