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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file/format/toml.rs b/src/file/format/toml.rs
index 9977126..da7782f 100644
--- a/src/file/format/toml.rs
+++ b/src/file/format/toml.rs
@@ -1,7 +1,7 @@
-use toml;
use source::Source;
use std::collections::{BTreeMap, HashMap};
use std::error::Error;
+use toml;
use value::{Value, ValueKind};
pub fn parse(