chore(crates): remove some warnings

This commit is contained in:
dusk 2025-08-13 19:42:58 +03:00
parent 4a865b45cd
commit aa397137f2
No known key found for this signature in database
4 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,3 @@
#![feature(let_chains)]
use sqlx::prelude::FromRow;
use std::{sync::Arc, time::Duration};
use tracing::{error, info, warn};