summaryrefslogtreecommitdiffstats
path: root/src/file/format/toml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/format/toml.rs')
-rw-r--r--src/file/format/toml.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/file/format/toml.rs b/src/file/format/toml.rs
index a40104e..409f73f 100644
--- a/src/file/format/toml.rs
+++ b/src/file/format/toml.rs
@@ -1,5 +1,4 @@
-use source::Source;
-use std::collections::{BTreeMap, HashMap};
+use std::collections::HashMap;
use std::error::Error;
use toml;
use value::{Value, ValueKind};