mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
ac86fd103d
Detects manual implementations of the newly implemented [`BinaryHeap::pop_if()`](https://github.com/rust-lang/rust/issues/151828) in `manual_pop_if`. I wasn't sure about how best to handle checking for the nightly feature. Could we let people compiling with nightly know that the feature is available even if they don't have it enabled? changelog: [`manual_pop_if`]: detect manual implementations of `BinaryHeap::pop_if()`