summaryrefslogtreecommitdiff
path: root/src/api/users.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/users.rs')
-rw-r--r--src/api/users.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/users.rs b/src/api/users.rs
index 2cd70c0..391a059 100644
--- a/src/api/users.rs
+++ b/src/api/users.rs
@@ -115,7 +115,7 @@ async fn get_username(
}
/// A request to create or update user information
-#[derive(Debug, Clone, Deserialize)]
+#[derive(Clone, Deserialize)]
#[serde(rename_all = "camelCase")]
struct UserRequest {
username: Box<str>,