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