aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main.rs b/src/main.rs
index 52fc234..8a6e84e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -8,14 +8,14 @@ use std::process::{Command, Stdio};
use std::thread::sleep;
use std::time::Duration;
-pub mod completion;
-pub mod cursor;
-pub mod linebuf;
-pub mod panic;
-pub mod parse;
-pub mod raw;
-pub mod reload;
-pub mod run;
+mod completion;
+mod cursor;
+mod linebuf;
+mod panic;
+mod parse;
+mod raw;
+mod reload;
+mod run;
mod basedir;
mod history;