]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytm
authorkennytm <kennytm@gmail.com>
Wed, 3 Jan 2018 08:58:01 +0000 (16:58 +0800)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2018 08:58:01 +0000 (16:58 +0800)
commit8bfb420d63e69db7695d236b5f9fae3027396dfa
treec0cec1d5c1526039f684d32f059a29de5c443fcb
parent2182f1431c93cda5fc4ec579d2f65d38c743b220
parent301e457989ea80926a98f3279dc2e42da47e466d
Rollup merge of #47121 - frewsxcv:frewsxcv-vec, r=kennytm

Fix panic condition docs for Vec::insert.

Fixes https://github.com/rust-lang/rust/issues/47065.