Skip to content

Stabilize binary_heap_as_slice#124012

Merged
bors merged 1 commit intorust-lang:masterfrom
slanterns:as_slice_stabilize
Jun 7, 2024
Merged

Stabilize binary_heap_as_slice#124012
bors merged 1 commit intorust-lang:masterfrom
slanterns:as_slice_stabilize

Conversation

@slanterns
Copy link
Copy Markdown
Contributor

This PR stabilizes binary_heap_as_slice:

// std::collections::BinaryHeap

impl BinaryHeap<T> {
    pub fn as_slice(&self) -> &[T]
}

Tracking issue: #83659.
Implementation PR: #82331.

FCPs already completed in the tracking issue.

Closes #83659.

r? libs-api

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for alloc::collections::BinaryHeap::as_slice

6 participants