]> git.lizzy.rs Git - rust.git/commit
Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)
authorRenato Zannon <renato@rrsz.com.br>
Mon, 12 Jan 2015 19:12:20 +0000 (17:12 -0200)
committerRenato Zannon <renato@rrsz.com.br>
Mon, 12 Jan 2015 19:12:35 +0000 (17:12 -0200)
commitd6e67e938bfce049432b3084787c055911b76f5c
tree6c8de6a038d8d8eb24104c67ce0ff12d35fbc147
parent055cc2ee742e29e389c5bd1da3a9d49ff8ca3724
Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)
src/libcollections/vec.rs