about summary refs log tree commit diff stats
path: root/src/select/selection_file/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/selection_file/mod.rs')
-rw-r--r--src/select/selection_file/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/select/selection_file/mod.rs b/src/select/selection_file/mod.rs
index d228023..45809fa 100644
--- a/src/select/selection_file/mod.rs
+++ b/src/select/selection_file/mod.rs
@@ -13,7 +13,6 @@
 use anyhow::{Context, Result};
 use trinitry::Trinitry;
 
-pub mod display;
 pub mod duration;
 
 pub fn process_line(line: &str) -> Result<Option<Vec<String>>> {