Skip to content

Commit 0be1f26

Browse files
committed
Split IndexMapCore to its own module
1 parent 059cde0 commit 0be1f26

File tree

4 files changed

+1173
-1143
lines changed

4 files changed

+1173
-1143
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ mod mutable_keys;
7979
mod serde;
8080
mod util;
8181

82+
#[macro_use]
83+
mod map_core;
84+
8285
pub mod map;
8386
pub mod set;
8487

0 commit comments

Comments
 (0)