Add missing closing doc test marker.

This commit is contained in:
Jimmy Cuadra 2019-06-01 03:06:38 -07:00
parent a207c6d8f6
commit 7059bc4ff3

View File

@ -147,6 +147,7 @@ pub struct RoomId {
/// RoomIdOrAliasId::try_from("!n8f893n9:example.com").unwrap().to_string(), /// RoomIdOrAliasId::try_from("!n8f893n9:example.com").unwrap().to_string(),
/// "!n8f893n9:example.com" /// "!n8f893n9:example.com"
/// ); /// );
/// ```
#[derive(Clone, Debug, Eq, Hash, PartialEq)] #[derive(Clone, Debug, Eq, Hash, PartialEq)]
#[cfg_attr(feature = "diesel", derive(FromSqlRow, QueryId, AsExpression, SqlType))] #[cfg_attr(feature = "diesel", derive(FromSqlRow, QueryId, AsExpression, SqlType))]
#[cfg_attr(feature = "diesel", sql_type = "Text")] #[cfg_attr(feature = "diesel", sql_type = "Text")]