summaryrefslogtreecommitdiffstats
path: root/src/todo_file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/todo_file.rs')
-rw-r--r--src/todo_file.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/todo_file.rs b/src/todo_file.rs
index 59ae9a6..a76001c 100644
--- a/src/todo_file.rs
+++ b/src/todo_file.rs
@@ -9,7 +9,6 @@ mod errors;
mod history;
mod line;
mod line_parser;
-mod search;
mod todo_file_options;
mod utils;
@@ -28,7 +27,6 @@ pub(crate) use self::{
errors::ParseError,
line::Line,
line_parser::LineParser,
- search::Search,
todo_file_options::TodoFileOptions,
};
use self::{