summaryrefslogtreecommitdiffstats
path: root/src/file/format/hjson.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/format/hjson.rs')
-rw-r--r--src/file/format/hjson.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/file/format/hjson.rs b/src/file/format/hjson.rs
index 457cfbf..41631ea 100644
--- a/src/file/format/hjson.rs
+++ b/src/file/format/hjson.rs
@@ -1,5 +1,4 @@
use serde_hjson;
-use source::Source;
use std::collections::HashMap;
use std::error::Error;
use value::{Value, ValueKind};