summaryrefslogtreecommitdiffstats
path: root/src/file/format/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/format/mod.rs')
-rw-r--r--src/file/format/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file/format/mod.rs b/src/file/format/mod.rs
index f46ae13..c6367c4 100644
--- a/src/file/format/mod.rs
+++ b/src/file/format/mod.rs
@@ -2,7 +2,6 @@
// BUG: ? For some reason this doesn't do anything if I try and function scope this
#![allow(unused_mut)]
-use source::Source;
use std::collections::HashMap;
use std::error::Error;
use value::Value;