mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 19:25:32 +00:00
Specify behavior of HashSet::insert `HashSet::insert` does not replace the value with equal value. Fixes #107581.
Specify behavior of HashSet::insert `HashSet::insert` does not replace the value with equal value. Fixes #107581.