summaryrefslogtreecommitdiffstats
path: root/src/file/format/mod.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-31 09:57:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:47:11 +0200
commit938fd42200a2fc3e66c8f90b8d57b52c333d534d (patch)
tree01ef0b51dd76709835210c3a3fe3d9acaf6ecd8f /src/file/format/mod.rs
parentd548ffe24fd4e53a1c441de71fcd8058790e6e41 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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;