docs: Add missing dots
This commit is contained in:
parent
963400979b
commit
e049e45423
@ -1,4 +1,4 @@
|
|||||||
//! Common types for room directory endpoints
|
//! Common types for room directory endpoints.
|
||||||
|
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Common types for the [`m.room.power_levels` event][power_levels]
|
//! Common types for the [`m.room.power_levels` event][power_levels].
|
||||||
//!
|
//!
|
||||||
//! [power_levels]: https://matrix.org/docs/spec/client_server/r0.6.1#m-room-power-levels
|
//! [power_levels]: https://matrix.org/docs/spec/client_server/r0.6.1#m-room-power-levels
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Common types for the [presence module][presence]
|
//! Common types for the [presence module][presence].
|
||||||
//!
|
//!
|
||||||
//! [presence]: https://matrix.org/docs/spec/client_server/r0.6.1#id62
|
//! [presence]: https://matrix.org/docs/spec/client_server/r0.6.1#id62
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Common types for the [push notifications module][push]
|
//! Common types for the [push notifications module][push].
|
||||||
//!
|
//!
|
||||||
//! [push]: https://matrix.org/docs/spec/client_server/r0.6.1#id89
|
//! [push]: https://matrix.org/docs/spec/client_server/r0.6.1#id89
|
||||||
//!
|
//!
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//! Common types for the [third party networks module][thirdparty]
|
//! Common types for the [third party networks module][thirdparty].
|
||||||
//!
|
//!
|
||||||
//! [thirdparty]: https://matrix.org/docs/spec/client_server/r0.6.1#id153
|
//! [thirdparty]: https://matrix.org/docs/spec/client_server/r0.6.1#id153
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ use std::{convert::TryInto, fmt, num::NonZeroU8};
|
|||||||
|
|
||||||
use crate::{crypto_algorithms::DeviceKeyAlgorithm, DeviceId, Error};
|
use crate::{crypto_algorithms::DeviceKeyAlgorithm, DeviceId, Error};
|
||||||
|
|
||||||
/// A key algorithm and a device id, combined with a ':'
|
/// A key algorithm and a device id, combined with a ':'.
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct DeviceKeyId {
|
pub struct DeviceKeyId {
|
||||||
full_id: Box<str>,
|
full_id: Box<str>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user