diff options
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 5158b8d..e10302e 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -7,7 +7,6 @@ use library::Library; use once_cell::sync::Lazy; use rocket::launch; use routes::{build_rocket, ui::account::hash_password}; -use std::sync::Arc; pub mod config; pub mod database; |