1
Fork 0
Commit graph

1 commit

Author SHA1 Message Date
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
Renamed from compiler/rustc_data_structures/src/map_in_place.rs (Browse further)