identifiers: Fix line wrapping

This commit is contained in:
Jonas Platte 2021-04-08 14:05:00 +02:00
parent dd80c2e0ab
commit ddaaca1ec4
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -23,8 +23,8 @@ impl DeviceId {
opaque_identifier! { opaque_identifier! {
/// A Matrix key identifier. /// A Matrix key identifier.
/// ///
/// Key identifiers in Matrix are opaque character sequences of `[a-zA-Z_]`. This type is provided /// Key identifiers in Matrix are opaque character sequences of `[a-zA-Z_]`. This type is
/// simply for its semantic value. /// provided simply for its semantic value.
pub type KeyName; pub type KeyName;
} }