summaryrefslogtreecommitdiffstats
path: root/src/helpers/toml.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/toml.rs')
-rw-r--r--src/helpers/toml.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/helpers/toml.rs b/src/helpers/toml.rs
index 11f4822..5b562bf 100644
--- a/src/helpers/toml.rs
+++ b/src/helpers/toml.rs
@@ -4,8 +4,7 @@ use std::{
path::Path,
};
-use crate::data::Data;
-use crate::Result;
+use crate::{data::Data, Result};
/// Attempts to deserialize a Data struct from a string
pub fn from_str(s: &str) -> Result<Data> {