aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-term/src/main.rs')
-rw-r--r--helix-term/src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs
index b0d244b7..386c2333 100644
--- a/helix-term/src/main.rs
+++ b/helix-term/src/main.rs
@@ -4,7 +4,6 @@ mod application;
mod commands;
mod compositor;
mod keymap;
-mod terminal;
mod ui;
use application::Application;