mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-21 12:07:31 +00:00
![]() refactor: make VecDeque's IterMut fields module-private, not just crate-private Made the fields of VecDeque's IterMut private by creating a IterMut::new(...) function to create a new instance of IterMut and migrating usage to use IterMut::new(...). |
||
---|---|---|
.. | ||
btree | ||
linked_list | ||
vec_deque | ||
binary_heap.rs | ||
linked_list.rs | ||
mod.rs |