rust/compiler/rustc_data_structures
Matthias Krüger a902550233
Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkov
[rustc_data_structures] Simplify SortedMap::insert.

It looks like current usage of `swap` is aimed at achieving what `std::mem::replace` does but more concisely and idiomatically.
2023-08-01 06:55:55 +02:00
..
src Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkov 2023-08-01 06:55:55 +02:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00