1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-05-02 13:20:23 +03:00

chore: clippy lints

This commit is contained in:
Aravinth Manivannan 2023-10-16 21:33:39 +05:30
parent 0e75a22beb
commit 4e2758f415
No known key found for this signature in database
GPG key ID: F8F50389936984FF
10 changed files with 14 additions and 28 deletions
db/db-sqlx-postgres/src

View file

@ -49,7 +49,6 @@ pub mod dev {
pub mod prelude {
pub use super::*;
pub use db_core::prelude::*;
}
#[async_trait]