Skip to content

Commit a9721c2

Browse files
committed
clippy fix
1 parent 6e375cc commit a9721c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/handlers/src/compat/login.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub struct RequestBody {
107107
/// ID of the client device.
108108
/// If this does not correspond to a known client device, a new device will
109109
/// be created. The given device ID must not be the same as a
110-
/// cross-signing key ID. The server will auto-generate a device_id if
110+
/// cross-signing key ID. The server will auto-generate a `device_id` if
111111
/// this is not specified.
112112
#[serde(default, skip_serializing_if = "Option::is_none")]
113113
device_id: Option<String>,

0 commit comments

Comments
 (0)