Skip to content

Commit

Permalink
Change issue number to point to tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiTRex committed Apr 11, 2020
1 parent 7810237 commit db0c39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/liballoc/collections/btree/map.rs
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/libstd/collections/hash/map.rs
Expand Up @@ -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.
Expand Down

0 comments on commit db0c39f

Please sign in to comment.