mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 00:50:55 +00:00
Misc cleanup
This commit is contained in:
parent
a4abe86929
commit
5a1dfa3d65
1 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ mod tests {
|
|||
use super::*;
|
||||
use sqlx::{Column, Row};
|
||||
|
||||
#[derive(sqlx::FromRow)]
|
||||
struct UserName(String);
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn test_init_table() {
|
||||
let sql_pool = sqlx::any::AnyPoolOptions::new()
|
||||
|
|
Loading…
Reference in a new issue