We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
currently
1 parent fe03f76 commit 16381b3Copy full SHA for 16381b3
library/std/src/collections/hash/map.rs
@@ -973,7 +973,7 @@ where
973
/// Returns an array of length `N` with the results of each query. For soundness, at most one
974
/// mutable reference will be returned to any value. `None` will be used if the key is missing.
975
///
976
- /// This method performs a check to ensure there are no duplicate keys, which has time-complexity O(n^2),
+ /// This method performs a check to ensure there are no duplicate keys, which currently has a time-complexity of O(n^2),
977
/// so be careful when passing many keys.
978
979
/// # Panics
0 commit comments