aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/src/lib.rs
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2020-10-17 21:28:40 +0200
committerEskil Queseth <eskilq@kth.se>2020-10-17 21:28:40 +0200
commitccc5f76133460d055a5d90ae9cd0a7bc2a83551d (patch)
tree43d27a68fe15ef5f28bd08161bd03d1a39a00186 /mumlib/src/lib.rs
parent7675171e2c307c91a81b0daee915c2a114ae4612 (diff)
parentf1df606dfeafbfe93066d23f378d7fdbd1b4e9e1 (diff)
downloadmum-ccc5f76133460d055a5d90ae9cd0a7bc2a83551d.tar.gz
Merge remote-tracking branch 'origin/pretty-print' into main
Diffstat (limited to 'mumlib/src/lib.rs')
-rw-r--r--mumlib/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumlib/src/lib.rs b/mumlib/src/lib.rs
index b77653c..d989a7e 100644
--- a/mumlib/src/lib.rs
+++ b/mumlib/src/lib.rs
@@ -1,6 +1,6 @@
pub mod command;
-pub mod state;
pub mod error;
+pub mod state;
use colored::*;
use log::*;