delete more imports to quiet cargo

This commit is contained in:
Jacob Taylor 2025-08-25 23:26:28 -07:00
commit 8c8c023120
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ use std::{collections::BTreeMap, net::IpAddr, time::Instant};
use axum::extract::State;
use axum_client_ip::InsecureClientIp;
use conduwuit::{
Err, Error, Result, debug,
Err, Error, Result,
debug::INFO_SPAN_LEVEL,
debug_warn, err, error, info,
result::LogErr,