summaryrefslogtreecommitdiffstats
path: root/src/file/source/string.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/source/string.rs')
-rw-r--r--src/file/source/string.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/file/source/string.rs b/src/file/source/string.rs
index 3896cce..cd2089d 100644
--- a/src/file/source/string.rs
+++ b/src/file/source/string.rs
@@ -1,9 +1,5 @@
-use std::error::Error;
-use std::result;
-use std::str::FromStr;
-
use super::{FileFormat, FileSource};
-use source::Source;
+use std::error::Error;
/// Describes a file sourced from a string
#[derive(Clone, Debug)]