aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-26 23:19:31 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-26 23:19:31 +0200
commit5dbb856a0c036d9e770400c02e8c719be1075527 (patch)
treec7ab72f022e59832f245c49f4798983751bf1a8c /src/main.rs
parent6c7935ff4589adc92459185f3e9d1f47c76af1ed (diff)
remove filecounter
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 20697f7..22451ba 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -4,7 +4,6 @@ pub mod text;
pub mod splitter;
pub mod filecache;
pub mod searchresult;
-pub mod filecounter;
pub mod extractors;
pub mod index;
pub mod gui;