Fix doc comment
This commit is contained in:
parent
60ef6095f2
commit
8cbf817c2c
@ -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 ptr::addr_of;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user