Remove unused import
This commit is contained in:
parent
67dd4d3be1
commit
0d4c390b9f
1 changed files with 0 additions and 1 deletions
1
src/ui/external/editor.rs
vendored
1
src/ui/external/editor.rs
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue