Fix doc comment

This commit is contained in:
Brian Anderson 2012-12-16 19:53:24 -08:00
parent 60ef6095f2
commit 8cbf817c2c
1 changed files with 2 additions and 1 deletions

View File

@ -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;