]> git.lizzy.rs Git - rust.git/commit
vec: Use Vec::extend specializations in extend_from_slice and more
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Fri, 21 Oct 2016 11:51:31 +0000 (13:51 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Fri, 21 Oct 2016 12:06:38 +0000 (14:06 +0200)
commit622f24f6d9cc952ccf2bb4dbe5bf65bb966194d3
tree6ab820fb97d2393fa9afc216c222274c4a1524ec
parenta3cab90fda3b1ccfa4eb952dda49677c8d06c1ef
vec: Use Vec::extend specializations in extend_from_slice and more

The new Vec::extend covers the duties of .extend_from_slice() and some
previous specializations.
src/libcollections/vec.rs