]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33830 - moosingin3space:feature/mutable-high-priority-binaryheap,...
authorbors <bors@rust-lang.org>
Wed, 22 Jun 2016 03:52:23 +0000 (20:52 -0700)
committerGitHub <noreply@github.com>
Wed, 22 Jun 2016 03:52:23 +0000 (20:52 -0700)
commit66b82beb609aa65b76b93a43e6aa1f507dfb2cdc
treea4300739df4028fa8d2853a45cefd85d42aba6fa
parentb8deebe3d678dcc65dce713e894544e234f1c474
parent2a34a7b83914f3ff7d2d52827b4c92bffefb5f92
Auto merge of #33830 - moosingin3space:feature/mutable-high-priority-binaryheap, r=alexcrichton

Mutable access to the top element of a BinaryHeap

An implementation of the library change discussed here: https://github.com/rust-lang/rfcs/issues/1626