Fix doc comment
This commit is contained in:
parent
60ef6095f2
commit
8cbf817c2c
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
/// A priority queue implemented with a binary heap
|
//! A priority queue implemented with a binary heap
|
||||||
|
|
||||||
use core::cmp::Ord;
|
use core::cmp::Ord;
|
||||||
use ptr::addr_of;
|
use ptr::addr_of;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue