Added proper //! documentation to the beginning of btree.rs.
This commit is contained in:
parent
fbde419b38
commit
2f1b4335cb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user