Skip to content

Commit d40e1cb

Browse files
committed
Fixed typo in hash_map::Entry documentation
1 parent 8f209d5 commit d40e1cb

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

-1
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,6 @@ impl<'a, K, V> ExactSizeIterator for Drain<'a, K, V> {
14691469
}
14701470

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

0 commit comments

Comments
 (0)