]> git.lizzy.rs Git - rust.git/commit
fix underflow in vec swap_remove
authorAlexis Beingessner <a.beingessner@gmail.com>
Sat, 2 Aug 2014 18:36:51 +0000 (14:36 -0400)
committerAlexis Beingessner <a.beingessner@gmail.com>
Sat, 2 Aug 2014 18:50:29 +0000 (14:50 -0400)
commitd9b2e6b74fb0f8b4320c61d78dc5e07a8d3123b5
tree47903ebf09b27be30d6fa023b4bce925ddaf7c4c
parent032d5c1dcd95145d58fe3cce63853855578022a7
fix underflow in vec swap_remove
fixes #16200
src/libcollections/vec.rs