This commit is contained in:
Daria Sukhonina
2026-04-20 13:51:01 +03:00
parent 72f25eea33
commit 93d0186957
@@ -185,7 +185,7 @@ pub fn get_or_insert_with(&self, key: K, default: impl FnOnce() -> V) -> V
/// Insert value into the [`ShardedHashMap`] with unique key.
///
/// Checks uniqness if debug_assertions enabled.
/// Checks uniqueness if debug_assertions enabled.
#[inline]
pub fn insert_unique(&self, key: K, value: V) {
let hash = make_hash(&key);