Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:18:13 +01:00
parent 2ddca14ef5
commit f8d90af6d0
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ pub fn edit_content(rt: &Runtime, old_content: String) -> (String, bool) {
use std::io::Read;
use std::io::Write;
use std::fs::File;
use std::process::Command;
use std::process::exit;
let filepath = "/tmp/imag-tmp.md";