rust/library/alloc
Tobias Bucher 4123d33fbd 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-03-22 21:07:43 +01:00
..
benches update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
src Remove impossible panic note from Vec::append 2022-03-22 21:07:43 +01:00
tests Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, r=Mark-Simulacrum 2022-03-10 23:12:57 +01:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00