rust/compiler/rustc_data_structures
Nicholas Nethercote be60bcb28a Rename MapInPlace as FlatMapInPlace.
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.
2023-03-08 15:53:56 +11:00
..
src Rename MapInPlace as FlatMapInPlace. 2023-03-08 15:53:56 +11:00
Cargo.toml Upgrade ena to 0.14.1. 2023-02-24 08:53:27 +11:00