Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/lib.rs')
-rw-r--r--helix-term/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs
index a945b20d..d7f52785 100644
--- a/helix-term/src/lib.rs
+++ b/helix-term/src/lib.rs
@@ -4,10 +4,8 @@ extern crate helix_view;
pub mod application;
pub mod args;
pub mod commands;
-pub mod compositor;
pub mod config;
pub mod health;
-pub mod job;
pub mod keymap;
pub mod ui;
pub use keymap::macros::*;