]> git.lizzy.rs Git - rust.git/commit
auto merge of #13203 : Kimundi/rust/de-map-vec3, r=cmr
authorbors <bors@rust-lang.org>
Sun, 30 Mar 2014 01:56:36 +0000 (18:56 -0700)
committerbors <bors@rust-lang.org>
Sun, 30 Mar 2014 01:56:36 +0000 (18:56 -0700)
commitd79fbba0db84b2d27440f8feba715dffd3aeaa01
treed5f8701b97fcf2fc596a52215ad96462c1eb981e
parent86890b9e7c5db28ac2da5cd63d1a51d63a5e6bec
parentc356e3ba6a12c3294a9a428ef9120cff9306bf4b
auto merge of #13203 : Kimundi/rust/de-map-vec3, r=cmr

They required unnecessary temporaries, are replaced with iterators, and would conflict with a possible future `Iterable` trait.