summaryrefslogtreecommitdiff
path: root/src/func/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-06 13:26:44 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-06 13:26:44 +0100
commit1099330988da78c82c6e155fab88d81fb2f1d4c0 (patch)
tree5a13332defa0ad482ed8669ad52f59a595aa25d6 /src/func/mod.rs
parentf5b104d0da1c414fb59878d7378add316ee14798 (diff)
Finish consistent map and add two further convenience maps 🗺
Diffstat (limited to 'src/func/mod.rs')
-rw-r--r--src/func/mod.rs4
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,