Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:10:09 +01:00
parent 67dd4d3be1
commit 0d4c390b9f

View file

@ -7,7 +7,6 @@ use runtime::Runtime;
pub fn let_user_provide_content(rt: &Runtime) -> Option<String> {
use std::io::Read;
use std::fs::File;
use std::process::Command;
let filepath = "/tmp/imag-tmp.md";
let file_created = File::create(filepath)