From ed6e55a22fc9344b29a4a29113602af8fd1888f4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Tue, 9 Feb 2021 15:42:40 +0100 Subject: [PATCH] Re-format --- ruma-api/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruma-api/src/lib.rs b/ruma-api/src/lib.rs index 6ba508db..4abd2e05 100644 --- a/ruma-api/src/lib.rs +++ b/ruma-api/src/lib.rs @@ -195,9 +195,9 @@ use http::Method; /// /// ## Fallible deserialization /// -/// All request and response types also derive [`Outgoing`][trait@ruma_serde::Outgoing]. As such, -/// to allow fallible deserialization, you can use the `#[wrap_incoming]` attribute. For details, -/// see the documentation for [the derive macro](derive@ruma_serde::Outgoing). +/// All request and response types also derive [`Outgoing`][trait@ruma_serde::Outgoing]. As +/// such, to allow fallible deserialization, you can use the `#[wrap_incoming]` attribute. For +/// details, see the documentation for [the derive macro](derive@ruma_serde::Outgoing). // TODO: Explain the concept of fallible deserialization before jumping to // `ruma_serde::Outgoing` pub use ruma_api_macros::ruma_api;