Files
rust/src
bors 0a41c4a33d Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankro
We don't need to copy any elements if `at` is behind the last element
in the map. The last element is at index `self.v.len() - 1`, so we
should not copy if `at` is greater **or equals** `self.v.len()`.

r? @Gankro
2015-05-11 16:20:49 +00:00
..
2015-04-28 17:23:45 -07:00
2015-04-29 08:55:31 -07:00
2015-05-06 03:00:13 +02:00
2015-04-28 17:23:45 -07:00