rust/src/librustc_back
Ulrik Sverdrup 2d6496dd84 Use .copy_from_slice() where applicable
.copy_from_slice() does the same job of .clone_from_slice(), but the
former is explicitly for Copy elements and calls `memcpy` directly, and
thus is it efficient without optimization too.
2016-02-26 14:51:38 +01:00
..
2016-02-26 14:51:38 +01:00
2015-12-15 21:20:44 -05:00
2015-10-25 09:36:32 -07:00