]> git.lizzy.rs Git - rust.git/commit
Make VecMap::into_iter consume the VecMap
authorAdolfo Ochagavía <aochagavia92@gmail.com>
Mon, 19 Jan 2015 09:48:01 +0000 (10:48 +0100)
committerAdolfo Ochagavía <aochagavia92@gmail.com>
Mon, 19 Jan 2015 09:48:01 +0000 (10:48 +0100)
commit2366dee8e9cb41d963900c8d5128f810a87fc6bb
tree54ddce9149c5d85014ccc5dc5f02e0e27b9c6f56
parentbd8a43c668ba93d29e9671c0c8dc6b67428bf492
Make VecMap::into_iter consume the VecMap

This is a breaking change. To fix it you should pass the VecMap by value
instead of by reference.

[breaking-change]
src/libcollections/vec_map.rs