diff --git a/src/ui/external/editor.rs b/src/ui/external/editor.rs index 41a83ccf..3091be89 100644 --- a/src/ui/external/editor.rs +++ b/src/ui/external/editor.rs @@ -7,7 +7,6 @@ use runtime::Runtime; pub fn let_user_provide_content(rt: &Runtime) -> Option { use std::io::Read; use std::fs::File; - use std::process::Command; let filepath = "/tmp/imag-tmp.md"; let file_created = File::create(filepath)