mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 02:17:13 +00:00
Remove impossible panic note from `Vec::append` Neither the number of elements in a vector can overflow a `usize`, nor can the amount of elements in two vectors.