]> git.lizzy.rs Git - rust.git/commit
Remove BinaryHeap::{push_pop,replace}
authorJosh Stone <jistone@redhat.com>
Thu, 20 Apr 2017 20:36:23 +0000 (13:36 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 21 Apr 2017 04:16:31 +0000 (21:16 -0700)
commita724ff90e744c782e425e634defbf143b8ef62b9
tree9931fcae027926f145b784074046876d5db5fc96
parenta76274e533969c8458c4471fbfc1b84ba44137e0
Remove BinaryHeap::{push_pop,replace}

[unstable, deprecated since 1.13.0]
src/doc/unstable-book/src/SUMMARY.md
src/doc/unstable-book/src/library-features/binary-heap-extras.md [deleted file]
src/libcollections/binary_heap.rs
src/libcollections/tests/binary_heap.rs
src/libcollections/tests/lib.rs
src/test/run-pass/while-let.rs