mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
chore(crates): remove some warnings
This commit is contained in:
parent
4a865b45cd
commit
aa397137f2
4 changed files with 4 additions and 7 deletions
|
|
@ -12,8 +12,7 @@ use std::{
|
|||
time::Duration,
|
||||
};
|
||||
use tokio::{net::UdpSocket, sync::RwLock};
|
||||
use tracing::{debug, error, info};
|
||||
use tracing_subscriber::EnvFilter;
|
||||
use tracing::{debug, error};
|
||||
|
||||
use axum::{extract::State, http::Uri, routing::post, Json, Router};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue