summaryrefslogtreecommitdiffstats
path: root/src/file/source/string.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-31 09:57:34 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-09 09:47:11 +0200
commit938fd42200a2fc3e66c8f90b8d57b52c333d534d (patch)
tree01ef0b51dd76709835210c3a3fe3d9acaf6ecd8f /src/file/source/string.rs
parentd548ffe24fd4e53a1c441de71fcd8058790e6e41 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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)]