Skip to content

Commit 595f3f2

Browse files
committed
Updated the tracking issue #
1 parent dd2b8a0 commit 595f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/collections/binary_heap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ impl<T> BinaryHeap<T> {
905905
///
906906
/// io::sink().write(heap.as_slice()).unwrap();
907907
/// ```
908-
#[unstable(feature = "binary_heap_as_slice", issue = "82331")]
908+
#[unstable(feature = "binary_heap_as_slice", issue = "83659")]
909909
pub fn as_slice(&self) -> &[T] {
910910
self.data.as_slice()
911911
}

0 commit comments

Comments
 (0)