Fixed typo in hash_map::Entry documentation

This commit is contained in:
Aram Visser 2015-04-16 19:21:11 +07:00
parent 8f209d5a3e
commit d40e1cbfd8
1 changed files with 0 additions and 1 deletions

View File

@ -1469,7 +1469,6 @@ impl<'a, K, V> ExactSizeIterator for Drain<'a, K, V> {
}
impl<'a, K, V> Entry<'a, K, V> {
/// Returns a mutable reference to the entry if occupied, or the VacantEntry if vacant.
#[unstable(feature = "std_misc",
reason = "will soon be replaced by or_insert")]
#[deprecated(since = "1.0",