Added proper //! documentation to the beginning of btree.rs.

This commit is contained in:
niftynif 2013-11-08 02:41:09 -05:00
parent fbde419b38
commit 2f1b4335cb

View file

@ -10,8 +10,9 @@
//
// btree.rs
//
// starting implementation of a btree for rust
// inspired by github user davidhalperin's gist
//! Starting implementation of a btree for rust.
//! Structure inspired by github user davidhalperin's gist.
use std::util::replace;