mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
chore: rust fmpt
This commit is contained in:
@@ -17,8 +17,6 @@
|
||||
//! Test utilities
|
||||
use crate::prelude::*;
|
||||
|
||||
pub async fn database_works<'a, T: MCDatabase>(
|
||||
db: &T,
|
||||
) {
|
||||
pub async fn database_works<'a, T: MCDatabase>(db: &T) {
|
||||
unimplemented!("database tests");
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user