]> git.lizzy.rs Git - rust.git/commit
Fix panic condition docs for Vec::insert.
authorCorey Farwell <coreyf@rwell.org>
Tue, 2 Jan 2018 03:06:59 +0000 (19:06 -0800)
committerCorey Farwell <coreyf@rwell.org>
Tue, 2 Jan 2018 03:06:59 +0000 (19:06 -0800)
commit301e457989ea80926a98f3279dc2e42da47e466d
tree4800dc10bb38f80870286953e4dba38571da854e
parentb65f0bedd2f22d9661ecb7092f07746dc2ccfb0d
Fix panic condition docs for Vec::insert.

Fixes https://github.com/rust-lang/rust/issues/47065.
src/liballoc/vec.rs