Change issue number to point to tracking issue

This commit is contained in:
Chai T. Rex 2020-04-11 08:46:12 -04:00
parent 78102377d0
commit db0c39fba5
2 changed files with 2 additions and 2 deletions

View File

@ -2378,7 +2378,7 @@ impl<'a, K: Ord, V> Entry<'a, K, V> {
}
}
#[unstable(feature = "or_insert_with_key", issue = "70996")]
#[unstable(feature = "or_insert_with_key", issue = "71024")]
/// Ensures a value is in the entry by inserting, if empty, the result of the default function,
/// which takes the key as its argument, and returns a mutable reference to the value in the
/// entry.

View File

@ -1943,7 +1943,7 @@ impl<'a, K, V> Entry<'a, K, V> {
}
}
#[unstable(feature = "or_insert_with_key", issue = "70996")]
#[unstable(feature = "or_insert_with_key", issue = "71024")]
/// Ensures a value is in the entry by inserting, if empty, the result of the default function,
/// which takes the key as its argument, and returns a mutable reference to the value in the
/// entry.