Skip to content

Commit 0adf3a9

Browse files
author
Keegan McAllister
committed
Export collections::hash as std::collections::hash
Needed to make #[deriving(Hash)] work within libstd itself.
1 parent 21d1f4d commit 0adf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/collections/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub use core_collections::{Set, MutableSet, Deque, MutableSeq};
1919
pub use core_collections::{Bitv, BitvSet, BTree, DList, EnumSet};
2020
pub use core_collections::{PriorityQueue, RingBuf, SmallIntMap};
2121
pub use core_collections::{TreeMap, TreeSet, TrieMap, TrieSet};
22-
pub use core_collections::{bitv, btree, dlist, enum_set};
22+
pub use core_collections::{bitv, btree, dlist, enum_set, hash};
2323
pub use core_collections::{priority_queue, ringbuf, smallintmap, treemap, trie};
2424

2525
pub use self::hashmap::{HashMap, HashSet};

0 commit comments

Comments
 (0)