Skip to content

Commit b43138b

Browse files
aramvissersteveklabnik
authored andcommitted
Fixed typo in hash_map::Entry documentation
1 parent 01db977 commit b43138b

File tree

1 file changed

+0
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+0
-1
lines changed

src/libstd/collections/hash/map.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ impl<'a, K, V> ExactSizeIterator for Drain<'a, K, V> {
14631463
}
14641464

14651465
impl<'a, K, V> Entry<'a, K, V> {
1466-
/// Returns a mutable reference to the entry if occupied, or the VacantEntry if vacant.
14671466
#[unstable(feature = "std_misc",
14681467
reason = "will soon be replaced by or_insert")]
14691468
#[deprecated(since = "1.0",

0 commit comments

Comments
 (0)