add missing btree re-exports

This commit is contained in:
Alexis Beingessner 2014-10-05 13:55:49 -04:00
parent 8f4e855009
commit 1d6eda30c6
1 changed files with 2 additions and 0 deletions

View File

@ -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;