about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-02-27 01:15:23 +0000
committerbors <bors@rust-lang.org>2016-02-27 01:15:23 +0000
commitf1e191c0b959111aef19f3aa06b7f1743419470c (patch)
tree489b5291ae5e28a7be0b051978ae1c1fd7f047ef /src/libstd/sys/unix/stack_overflow.rs
parent98a8a71236453a16f0048a65506f4d0bea042ca5 (diff)
parent2d6496dd8432c71b65d67c7216fbd4428c06527b (diff)
downloadrust-f1e191c0b959111aef19f3aa06b7f1743419470c.tar.gz
rust-f1e191c0b959111aef19f3aa06b7f1743419470c.zip
Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton
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.
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions