Skip to content

Commit

Permalink
Added proper //! documentation to the beginning of btree.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynif committed Nov 8, 2013
1 parent fbde419 commit 2f1b433
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libextra/btree.rs
Expand Up @@ -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;
Expand Down

5 comments on commit 2f1b433

@bors
Copy link
Contributor

@bors bors commented on 2f1b433 Nov 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at niftynif@2f1b433

@bors
Copy link
Contributor

@bors bors commented on 2f1b433 Nov 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging niftynif/rust/master = 2f1b433 into auto

@bors
Copy link
Contributor

@bors bors commented on 2f1b433 Nov 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

niftynif/rust/master = 2f1b433 merged ok, testing candidate = 57d1ed8

@bors
Copy link
Contributor

@bors bors commented on 2f1b433 Nov 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 2f1b433 Nov 8, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 57d1ed8

Please sign in to comment.