Skip to content

Commit

Permalink
add missing btree re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Oct 7, 2014
1 parent 8f4e855 commit 1d6eda3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcollections/btree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pub use self::map::MoveEntries;
pub use self::map::Keys;
pub use self::map::Values;
pub use self::map::Entry;
pub use self::map::Occupied;
pub use self::map::Vacant;
pub use self::map::OccupiedEntry;
pub use self::map::VacantEntry;

Expand Down

5 comments on commit 1d6eda3

@bors
Copy link
Contributor

@bors bors commented on 1d6eda3 Oct 7, 2014

Choose a reason for hiding this comment

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

saw approval from aturon
at Gankra@1d6eda3

@bors
Copy link
Contributor

@bors bors commented on 1d6eda3 Oct 7, 2014

Choose a reason for hiding this comment

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

merging Gankro/rust/collection-docs-redux = 1d6eda3 into auto

@bors
Copy link
Contributor

@bors bors commented on 1d6eda3 Oct 7, 2014

Choose a reason for hiding this comment

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

Gankro/rust/collection-docs-redux = 1d6eda3 merged ok, testing candidate = a3786db

@bors
Copy link
Contributor

@bors bors commented on 1d6eda3 Oct 7, 2014

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 1d6eda3 Oct 7, 2014

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 = a3786db

Please sign in to comment.