rust/library/alloc
Matthias Krüger 4254f922db
Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum
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.
2022-05-28 01:11:46 +02:00
..
benches Avoid use of rand::thread_rng in stdlib benchmarks 2022-05-02 00:08:21 -07:00
src Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum 2022-05-28 01:11:46 +02:00
tests improve case conversion happy path 2022-05-26 13:18:57 +01:00
Cargo.toml