mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
0f11a943cc
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