summaryrefslogtreecommitdiffstats
path: root/lib/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/config.rs')
-rw-r--r--lib/src/config.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/src/config.rs b/lib/src/config.rs
deleted file mode 100644
index 0d25e78..0000000
--- a/lib/src/config.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-#[derive(Debug)]
-pub struct Config {
-}
-
-impl Default for Config {
- fn default() -> Self {
- Config { }
- }
-}
-