Remove unused imports

This commit is contained in:
Quat3rnion 2024-06-04 00:38:49 -04:00
parent f178e517d3
commit 2b4e9fa149
2 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
use std::sync::{Arc, RwLock};
use chrono::{serde::ts_milliseconds_option, Utc};
use serde::{Deserialize, Serialize};

View File

@ -4,7 +4,6 @@
use bitflags::bitflags;
use serde::{Deserialize, Serialize};
use tokio::io::AsyncWriteExt;
#[cfg(feature = "sqlx")]
use sqlx::{{Decode, Encode, MySql}, database::{HasArguments, HasValueRef}, encode::IsNull, error::BoxDynError, mysql::MySqlValueRef};