summaryrefslogtreecommitdiff
path: root/backend/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/routes')
-rw-r--r--backend/src/routes/account.rs2
1 files changed, 0 insertions, 2 deletions
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;