We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2b8a0 commit 595f3f2Copy full SHA for 595f3f2
library/alloc/src/collections/binary_heap.rs
@@ -905,7 +905,7 @@ impl<T> BinaryHeap<T> {
905
///
906
/// io::sink().write(heap.as_slice()).unwrap();
907
/// ```
908
- #[unstable(feature = "binary_heap_as_slice", issue = "82331")]
+ #[unstable(feature = "binary_heap_as_slice", issue = "83659")]
909
pub fn as_slice(&self) -> &[T] {
910
self.data.as_slice()
911
}
0 commit comments