mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 02:04:49 +00:00
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