1
0
Fork 0
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:
realaravinth 2022-05-10 22:48:07 +05:30
parent b7a8716a82
commit 1d8554cb36
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
7 changed files with 16 additions and 15 deletions
db/db-sqlx-postgres/src

View file

@ -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)]

View file

@ -1,4 +1,3 @@
/*
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
*