diff options
Diffstat (limited to 'src/func/mod.rs')
| -rw-r--r-- | src/func/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index dd2a0ca9..53cfece0 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -8,13 +8,9 @@ use self::prelude::*; #[macro_use] mod macros; -mod map; - -pub use map::ConsistentMap; /// Useful imports for creating your own functions. pub mod prelude { - pub use super::map::ConsistentMap; pub use crate::func::{Scope, ParseFunc, LayoutFunc, Command, Commands}; pub use crate::layout::{ layout_tree, Layout, MultiLayout, |
