refactor: remove unused imports in main.rs
All checks were successful
Release / Release (push) Successful in 34s
All checks were successful
Release / Release (push) Successful in 34s
This commit is contained in:
parent
2dbc4d6a28
commit
e177b26348
@ -1,7 +1,5 @@
|
||||
use std::{env, io::{stdin, stdout, Write}, path::Path, process::{Child, Command, Stdio}};
|
||||
|
||||
use shell_completion::{BashCompletionInput, CompletionInput, CompletionSet};
|
||||
|
||||
fn main(){
|
||||
loop {
|
||||
println!("");
|
||||
|
Loading…
Reference in New Issue
Block a user