]> git.lizzy.rs Git - rust.git/commit
Add missing documentation examples for BinaryHeap.
authorNathan Kleyn <nathan@nathankleyn.com>
Tue, 8 Mar 2016 23:27:24 +0000 (23:27 +0000)
committerNathan Kleyn <nathan@nathankleyn.com>
Tue, 8 Mar 2016 23:27:24 +0000 (23:27 +0000)
commit118b975c805533bab31f8155ad0af29b3635d3fc
tree2f1f82bf8339497c7ea0fdcbd36b71452dfddee1
parent8f0479b2a5fc16814b68efe9e87dddf231b8941d
Add missing documentation examples for BinaryHeap.

As part of the ongoing effort to document all methods with examples,
this commit adds the missing examples for the `BinaryHeap` collection
type.

This is part of issue #29348.
src/libcollections/binary_heap.rs