aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
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 3d74674..4ae628e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -16,7 +16,6 @@ use std::{fs, io};
#[cfg(feature = "toml")]
use toml;
-mod builder;
mod config;
mod manager;
mod model;