]> git.lizzy.rs Git - rust.git/commit
deque: Fix grow condition in add_front
authorblake2-ppc <blake2-ppc>
Sat, 6 Jul 2013 03:42:45 +0000 (05:42 +0200)
committerblake2-ppc <blake2-ppc>
Sat, 6 Jul 2013 03:42:45 +0000 (05:42 +0200)
commit5a37cf8a31c4d4eeb1805eb3e90894b8e67d16c8
tree33a50440e3099f42095c3a70288959931f3c53eb
parent58eb70a5e2ce6602e5685f5cc18ab2fe0c327020
deque: Fix grow condition in add_front

Without this, it will hit the assert in fn grow after 32 consecutive
add_front.
src/libextra/deque.rs