diff options
Diffstat (limited to 'mingling/src/setups.rs')
| -rw-r--r-- | mingling/src/setups.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mingling/src/setups.rs b/mingling/src/setups.rs index 351112b..b4fad58 100644 --- a/mingling/src/setups.rs +++ b/mingling/src/setups.rs @@ -9,3 +9,9 @@ mod general_renderer; #[cfg(feature = "general_renderer")] pub use general_renderer::*; + +#[cfg(feature = "repl")] +mod repl_basic; + +#[cfg(feature = "repl")] +pub use repl_basic::*; |
