mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
d54bb505d0
Specify behavior of HashSet::insert `HashSet::insert` does not replace the value with equal value. Fixes #107581.