mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
14da7fc9ae
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(...).