rust/library/alloc
Jonathan Brouwer 91429523f1
Rollup merge of #149408 - aatifsyed/binary-heap-no-ord, r=tgross35,dtolnay
refactor: remove Ord bound from BinaryHeap::new etc

This adds consistency with e.g `BTreeMap::new`, and makes it easier to e.g `#[derive(Default)]`[^1]

[^1]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=f848e472a176fae155f17455bdfe0aee
2026-01-14 11:05:36 +01:00
..
src Rollup merge of #149408 - aatifsyed/binary-heap-no-ord, r=tgross35,dtolnay 2026-01-14 11:05:36 +01:00
Cargo.toml Add panic=immediate-abort 2025-09-21 13:12:18 -04:00