Skip to content

Commit

Permalink
Remove deprecated reexports
Browse files Browse the repository at this point in the history
This kind of deprecation isn't even checked, so it's not going to help
  • Loading branch information
sfackler committed Nov 1, 2014
1 parent d120067 commit b697d13
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions phf/src/lib.rs
Expand Up @@ -21,19 +21,6 @@ pub use ordered_map::OrderedMap;
#[doc(inline)]
pub use ordered_set::OrderedSet;

#[deprecated = "renamed to Map"]
#[doc(hidden)]
pub use Map as PhfMap;
#[deprecated = "renamed to Set"]
#[doc(hidden)]
pub use Set as PhfSet;
#[deprecated = "renamed to OrderedMap"]
#[doc(hidden)]
pub use OrderedMap as PhfOrderedMap;
#[deprecated = "renamed to OrderedSet"]
#[doc(hidden)]
pub use OrderedSet as PhfOrderedSet;

#[path="../../shared/mod.rs"]
mod shared;
pub mod map;
Expand Down

0 comments on commit b697d13

Please sign in to comment.