mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05: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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user