]> git.lizzy.rs Git - rust.git/commit
Clarify behavior of `VecDeque::insert`.
authorCorey Farwell <coreyf@rwell.org>
Fri, 23 Dec 2016 20:18:40 +0000 (12:18 -0800)
committerCorey Farwell <coreyf@rwell.org>
Mon, 26 Dec 2016 08:25:28 +0000 (00:25 -0800)
commit0ab781214c3bc9a70a47c576406646b4361769e6
treefd42e8b7e148feff673fd75a53d593f524fb60b7
parent1b38776c1f68c6fd47c1b2f7b7974efc7dd64901
Clarify behavior of `VecDeque::insert`.

Fixes https://github.com/rust-lang/rust/issues/37046.
src/libcollections/vec_deque.rs