summaryrefslogtreecommitdiff
path: root/systems/_framework/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_framework/src/lib.rs')
-rw-r--r--systems/_framework/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/_framework/src/lib.rs b/systems/_framework/src/lib.rs
index 9ffc73e..b0a3f9b 100644
--- a/systems/_framework/src/lib.rs
+++ b/systems/_framework/src/lib.rs
@@ -1 +1,3 @@
pub mod space;
+#[allow(unused_imports)]
+pub use space_macro::*;