Skip to content

Commit 01ff042

Browse files
xizheyinjoboet
andauthored
Use currently for futher improvement
Co-authored-by: Jonas Böttiger <[email protected]>
1 parent 95ea3a6 commit 01ff042

File tree

1 file changed

+1
-1
lines changed
  • std/src/collections/hash

1 file changed

+1
-1
lines changed

std/src/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ where
973973
/// Returns an array of length `N` with the results of each query. For soundness, at most one
974974
/// mutable reference will be returned to any value. `None` will be used if the key is missing.
975975
///
976-
/// This method performs a check to ensure there are no duplicate keys, which has time-complexity O(n^2),
976+
/// This method performs a check to ensure there are no duplicate keys, which currently has a time-complexity of O(n^2),
977977
/// so be careful when passing many keys.
978978
///
979979
/// # Panics

0 commit comments

Comments
 (0)