From a9721c224b3d3c8dcd45d684e44fd7b804df730d Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 7 Apr 2025 07:45:40 +0100 Subject: [PATCH] clippy fix --- crates/handlers/src/compat/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/handlers/src/compat/login.rs b/crates/handlers/src/compat/login.rs index d36956a08..3040d758c 100644 --- a/crates/handlers/src/compat/login.rs +++ b/crates/handlers/src/compat/login.rs @@ -107,7 +107,7 @@ pub struct RequestBody { /// ID of the client device. /// If this does not correspond to a known client device, a new device will /// be created. The given device ID must not be the same as a - /// cross-signing key ID. The server will auto-generate a device_id if + /// cross-signing key ID. The server will auto-generate a `device_id` if /// this is not specified. #[serde(default, skip_serializing_if = "Option::is_none")] device_id: Option,