chore: cleanup cargo warnings

This commit is contained in:
Alexander Navarro 2024-07-18 14:25:32 -04:00
parent 2292035b8d
commit 9cec453498
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,5 @@
use clap::{Parser, Subcommand};
use lazy_static::lazy_static;
use std::env;
use std::net::SocketAddr;
use std::path::PathBuf;
use std::str::FromStr;