mirror of
https://github.com/denisidoro/navi
synced 2024-11-23 20:13:05 +00:00
removed unused "use"
This commit is contained in:
parent
019540a4f5
commit
5f3d0a4445
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ use crate::prelude::*;
|
|||
use std::io::Write;
|
||||
use std::process::{self, Output};
|
||||
use std::process::{Command, Stdio};
|
||||
use std::string::ToString;
|
||||
|
||||
pub mod structures;
|
||||
use clap::ValueEnum;
|
||||
|
|
Loading…
Reference in a new issue