1
Fork 0

Fix doc comment

This commit is contained in:
Brian Anderson 2012-12-16 19:53:24 -08:00
parent 60ef6095f2
commit 8cbf817c2c

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 core::cmp::Ord;
use ptr::addr_of; use ptr::addr_of;