Skip to content

Commit 2f1b433

Browse files
committed
Added proper //! documentation to the beginning of btree.rs.
1 parent fbde419 commit 2f1b433

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/libextra/btree.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
//
1111
// btree.rs
1212
//
13-
// starting implementation of a btree for rust
14-
// inspired by github user davidhalperin's gist
13+
14+
//! Starting implementation of a btree for rust.
15+
//! Structure inspired by github user davidhalperin's gist.
1516
1617

1718
use std::util::replace;

0 commit comments

Comments
 (0)