mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-13 19:23:23 +00:00
clippy fix
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user