rust/library/alloc
DeveloperC cf30ac847d refactor: VecDeques Iter fields to private
Made the fields of VecDeque's Iter private by creating a Iter::new(...) function to create a new instance of Iter and migrating usage to use Iter::new(...).
2022-03-14 00:35:41 +00:00
..
benches update vec::retain benchmarks 2021-12-04 16:20:35 +01:00
src refactor: VecDeques Iter fields to private 2022-03-14 00:35:41 +00: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