mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #149204 - winningMove:patch-1, r=chenyukang
Fix typo in HashMap performance comment
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
//! unlikely, for [`HashMap`] to experience significantly worse performance than
|
||||
//! the expected cost. This is due to the probabilistic nature of hashing - i.e.
|
||||
//! it is possible to generate a duplicate hash given some input key that will
|
||||
//! requires extra computation to correct.
|
||||
//! require extra computation to correct.
|
||||
//!
|
||||
//! ## Cost of Collection Operations
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user