refactor: remove unused imports in main.rs
All checks were successful
Release / Release (push) Successful in 34s

This commit is contained in:
Jan Gleytenhoover 2024-08-28 13:19:38 +02:00
parent 2dbc4d6a28
commit e177b26348
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -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!("");