Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82e24ad

Browse files
Fix typo in the docs ofHashMap::raw_entry_mut
1 parent6ef46b3 commit82e24ad

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‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ where
12181218
/// will cause the map to produce seemingly random results. Higher-level and
12191219
/// more foolproof APIs like `entry` should be preferred when possible.
12201220
///
1221-
/// In particular, the hash used toinitialized the raw entry must still be
1221+
/// In particular, the hash used toinitialize the raw entry must still be
12221222
/// consistent with the hash of the key that is ultimately stored in the entry.
12231223
/// This is because implementations of HashMap may need to recompute hashes
12241224
/// when resizing, at which point only the keys are available.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp