Skip to content

Commit b0735a5

Browse files
committed
Revert "rm extra reference to linked_hash_*"
This reverts commit dfce1e0.
1 parent 1cba92d commit b0735a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mod linked_hash_map;
2-
mod linked_hash_set;
1+
pub mod linked_hash_map;
2+
pub mod linked_hash_set;
33
pub mod lru_cache;
44
#[cfg(feature = "serde_impl")]
55
pub mod serde;

0 commit comments

Comments
 (0)