mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-05-07 15:42:50 +03:00
chore: rust fmpt
This commit is contained in:
parent
b7a8716a82
commit
1d8554cb36
7 changed files with 16 additions and 15 deletions
|
@ -18,8 +18,8 @@ use db_core::dev::*;
|
|||
use std::str::FromStr;
|
||||
|
||||
use sqlx::postgres::PgPoolOptions;
|
||||
use sqlx::PgPool;
|
||||
use sqlx::types::time::OffsetDateTime;
|
||||
use sqlx::PgPool;
|
||||
|
||||
pub mod errors;
|
||||
#[cfg(test)]
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue