summaryrefslogtreecommitdiff
path: root/src/users.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.rs')
-rw-r--r--src/users.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/users.rs b/src/users.rs
index 129bf15..d3c1216 100644
--- a/src/users.rs
+++ b/src/users.rs
@@ -91,7 +91,6 @@ impl<'a> UserRepository<'a> {
mod tests {
use super::*;
use sqlx::{Executor, SqlitePool};
- use tokio;
async fn setup_db() -> SqlitePool {
let pool = SqlitePool::connect(":memory:").await.unwrap();