rust/src/libcollections
bors 7537f953e2 Auto merge of #38182 - bluss:more-vec-extend, r=alexcrichton
Specialization for Extend<&T> for vec

Specialize to use copy_from_slice when extending a Vec with &[T] where
T: Copy.

This specialization results in `.clone()` not being called in `extend_from_slice` and `extend` when the element is `Copy`.

Fixes #38021
2016-12-08 15:39:39 +00:00
..
2016-11-23 10:55:44 -08:00
2016-10-11 01:25:50 +02:00
2016-11-26 10:07:39 -08:00
2016-09-29 00:02:02 +02:00
2016-11-26 10:07:39 -08:00