mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 11:32:49 +02:00
fix warn by removing unused debug imports
This commit is contained in:
parent
abe234537f
commit
78ade5aa68
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::{
|
||||||
|
|
||||||
use bytes::Bytes;
|
use bytes::Bytes;
|
||||||
use conduwuit::{
|
use conduwuit::{
|
||||||
Err, Error, Result, debug, debug::INFO_SPAN_LEVEL, debug_error, debug_warn, err,
|
Err, Error, Result, debug, debug::INFO_SPAN_LEVEL, err,
|
||||||
error::inspect_debug_log, implement, trace, utils::string::EMPTY, warn,
|
error::inspect_debug_log, implement, trace, utils::string::EMPTY, warn,
|
||||||
};
|
};
|
||||||
use http::{HeaderValue, header::AUTHORIZATION};
|
use http::{HeaderValue, header::AUTHORIZATION};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue