Skip to content

Commit d968f8c

Browse files
committed
test_atom! is in another crate now
1 parent 09abcfb commit d968f8c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,3 @@ extern crate serde;
116116
pub use atom::{Atom, DefaultAtom, EmptyStaticAtomSet, PhfStrSet, StaticAtomSet};
117117

118118
pub mod atom;
119-
120-
// Make test_atom! macro work in this crate.
121-
// `$crate` would not be appropriate for other crates creating such macros
122-
mod string_cache {
123-
pub use {Atom, PhfStrSet, StaticAtomSet};
124-
}

0 commit comments

Comments
 (0)