]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #81499 - SOF3:patch-1, r=sanxiyn
authorYuki Okushi <huyuumi.dev@gmail.com>
Sat, 30 Jan 2021 04:36:55 +0000 (13:36 +0900)
committerGitHub <noreply@github.com>
Sat, 30 Jan 2021 04:36:55 +0000 (13:36 +0900)
commit0f11a943cc73b1110961e45c2a7aeee3ceef73e4
tree29554dd946578cdeaffd4c04fe1ed806b01e5623
parentb43c1d50b780f194298f85587b2912c0058c8481
parent02094f99620b6e2f9c97e25d39fd6ada6a558adf
Rollup merge of #81499 - SOF3:patch-1, r=sanxiyn

Updated Vec::splice documentation

Replacing with equal number of values does not increase the length of the vec.

Reference: https://stackoverflow.com/a/62559271/3990767