]> git.lizzy.rs Git - rust.git/commit
vec: Remove the Vec specialization for .extend()
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Wed, 26 Oct 2016 22:40:09 +0000 (00:40 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Wed, 26 Oct 2016 23:45:31 +0000 (01:45 +0200)
commit5dc9db541e810839f4193fee43c62ebefbe6f260
treec87fe7d3a22d153493075c03b2106832ed445519
parent2411be5cae59e2640a9795c7301f66fb47325cce
vec: Remove the Vec specialization for .extend()

This now produces as good code (with optimizations) using the TrustedLen
codepath.
src/libcollections/vec.rs