Skip to content

Commit

Permalink
Updated the tracking issue #
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Mar 29, 2021
1 parent dd2b8a0 commit 595f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/collections/binary_heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ impl<T> BinaryHeap<T> {
///
/// io::sink().write(heap.as_slice()).unwrap();
/// ```
#[unstable(feature = "binary_heap_as_slice", issue = "82331")]
#[unstable(feature = "binary_heap_as_slice", issue = "83659")]
pub fn as_slice(&self) -> &[T] {
self.data.as_slice()
}
Expand Down

0 comments on commit 595f3f2

Please sign in to comment.