clippy fix

This commit is contained in:
Olivier 'reivilibre
2025-04-07 07:45:40 +01:00
parent 6e375ccfc1
commit a9721c224b
+1 -1
View File
@@ -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<String>,