From c04f49adaa2cb0fa3074d6b122d1e11689c4f5de Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 6 Jan 2026 04:00:51 +0100 Subject: find field + refactor old common types --- common/src/user.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/src/user.rs') diff --git a/common/src/user.rs b/common/src/user.rs index 9b90ec9..8302751 100644 --- a/common/src/user.rs +++ b/common/src/user.rs @@ -9,8 +9,6 @@ use std::{ fmt::Display, }; -use crate::url_enum; - #[rustfmt::skip] #[derive(Debug, Clone, Serialize, Deserialize, Default)] pub struct User { -- cgit v1.3