Skip to content

Commit db0c39f

Browse files
committed
Change issue number to point to tracking issue
1 parent 7810237 commit db0c39f

File tree

2 files changed

+2
-2
lines changed
  • src
    • liballoc/collections/btree
    • libstd/collections/hash

2 files changed

+2
-2
lines changed

Diff for: src/liballoc/collections/btree/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,7 @@ impl<'a, K: Ord, V> Entry<'a, K, V> {
23782378
}
23792379
}
23802380

2381-
#[unstable(feature = "or_insert_with_key", issue = "70996")]
2381+
#[unstable(feature = "or_insert_with_key", issue = "71024")]
23822382
/// Ensures a value is in the entry by inserting, if empty, the result of the default function,
23832383
/// which takes the key as its argument, and returns a mutable reference to the value in the
23842384
/// entry.

Diff for: src/libstd/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ impl<'a, K, V> Entry<'a, K, V> {
19431943
}
19441944
}
19451945

1946-
#[unstable(feature = "or_insert_with_key", issue = "70996")]
1946+
#[unstable(feature = "or_insert_with_key", issue = "71024")]
19471947
/// Ensures a value is in the entry by inserting, if empty, the result of the default function,
19481948
/// which takes the key as its argument, and returns a mutable reference to the value in the
19491949
/// entry.

0 commit comments

Comments
 (0)