mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 02:13:28 +02:00
fix warn by removing unused debug imports
delete more imports to quiet cargo
This commit is contained in:
parent
78ade5aa68
commit
25b0d43b9c
2 changed files with 6 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue