aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2019-09-28 16:04:53 +0000
committerHristo Venev <hristo@venev.name>2019-09-28 16:04:53 +0000
commita66bdaee155d9012b1fd75bf31332df638d49857 (patch)
treeb75058baf614a6fac894123ba21143382fb5e546 /src/main.rs
parent5bcc0210923e8cb50fc97b318309d1b62c5cf62e (diff)
Move builder inside manager.
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;