diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-06 04:00:51 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-01-06 04:00:51 +0100 |
| commit | c04f49adaa2cb0fa3074d6b122d1e11689c4f5de (patch) | |
| tree | c8713e458ba2428c3f4df37181351e56ec7a7c57 /common/src/user.rs | |
| parent | 1d3fe7b02b2d2ec7cad5c8e3e0fd4eafb60bf0e0 (diff) | |
| download | jellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar jellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar.bz2 jellything-c04f49adaa2cb0fa3074d6b122d1e11689c4f5de.tar.zst | |
find field + refactor old common types
Diffstat (limited to 'common/src/user.rs')
| -rw-r--r-- | common/src/user.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 { |