1
Fork 0
rust/compiler/rustc_data_structures
Taras Tsugrii 9eae73a5de [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-07-31 16:58:04 -07:00
..
src [rustc_data_structures] Simplify SortedMap::insert. 2023-07-31 16:58:04 -07:00
Cargo.toml Upgrade to indexmap 2.0.0 2023-07-03 13:51:54 -07:00