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 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue