From e0d7cd9bbf02e7d52aadfb8d56f774a8a4099adf Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 9 Sep 2024 21:54:04 +0100 Subject: Improves backend schema --- backend/src/routes/account.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend/src/routes') diff --git a/backend/src/routes/account.rs b/backend/src/routes/account.rs index e7f000c..418ec96 100644 --- a/backend/src/routes/account.rs +++ b/backend/src/routes/account.rs @@ -1,8 +1,6 @@ use diesel::prelude::*; use diesel::result::DatabaseErrorKind; -use rocket::error::ErrorKind; use rocket::serde::json::Json; -use rocket::tokio::sync::oneshot::error::RecvError; use rocket::{get, post, Responder}; use crate::databases::UserDataDb; -- cgit v1.2.3