mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
f873367243
Stabilize entry_insert This stabilises `HashMap::Entry::insert_entry`, following the FCP in tracking issue #65225. This was implemented in #64656 five years ago.