aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main.rs b/src/main.rs
index 70e31bd..9fc903f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -9,16 +9,16 @@ use std::sync::{Arc, Mutex};
use std::thread::sleep;
use std::time::Duration;
-mod basedir;
-mod completion;
-mod cursor;
-mod history;
-mod linebuf;
-mod panic;
-mod parse;
-mod raw;
-mod reload;
-mod run;
+pub mod basedir;
+pub mod completion;
+pub mod cursor;
+pub mod history;
+pub mod linebuf;
+pub mod panic;
+pub mod parse;
+pub mod raw;
+pub mod reload;
+pub mod run;
use linebuf::LineBuf;
use raw::*;