Re-format

This commit is contained in:
Jonas Platte 2021-02-09 15:42:40 +01:00
parent 2ef769803c
commit ed6e55a22f
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -195,9 +195,9 @@ use http::Method;
/// ///
/// ## Fallible deserialization /// ## Fallible deserialization
/// ///
/// All request and response types also derive [`Outgoing`][trait@ruma_serde::Outgoing]. As such, /// All request and response types also derive [`Outgoing`][trait@ruma_serde::Outgoing]. As
/// to allow fallible deserialization, you can use the `#[wrap_incoming]` attribute. For details, /// such, to allow fallible deserialization, you can use the `#[wrap_incoming]` attribute. For
/// see the documentation for [the derive macro](derive@ruma_serde::Outgoing). /// details, see the documentation for [the derive macro](derive@ruma_serde::Outgoing).
// TODO: Explain the concept of fallible deserialization before jumping to // TODO: Explain the concept of fallible deserialization before jumping to
// `ruma_serde::Outgoing` // `ruma_serde::Outgoing`
pub use ruma_api_macros::ruma_api; pub use ruma_api_macros::ruma_api;