mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 08:18:30 +00:00
After removing the `map_in_place` method, which isn't much use because modifying every element in a collection such as a `Vec` can be done trivially with iteration.