From 210cf64d557ccf6e7244be07f85dbeb6c442b0bd Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 29 May 2026 09:57:13 -0400 Subject: [PATCH] Removed comment --- src/user/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/user/mod.rs b/src/user/mod.rs index e68f3f7..463efdf 100644 --- a/src/user/mod.rs +++ b/src/user/mod.rs @@ -19,7 +19,6 @@ pub struct User { #[derive(Clone, Debug, Default, Deserialize, Serialize)] pub struct ServiceUser { pub id: uuid::Uuid, - // TODO: Remove the omitempty tags at a later point pub username: String, pub passphrase: String, pub created: Option,