From 1ab1a24e1d63b92d1319f277feb6340daa39f33b Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 9 Apr 2021 10:58:37 +0200 Subject: [PATCH] Remove outdated documentation --- ruma-api/src/lib.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ruma-api/src/lib.rs b/ruma-api/src/lib.rs index bd9bf292..5b1c0565 100644 --- a/ruma-api/src/lib.rs +++ b/ruma-api/src/lib.rs @@ -198,14 +198,6 @@ 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). -// TODO: Explain the concept of fallible deserialization before jumping to -// `ruma_serde::Outgoing` pub use ruma_api_macros::ruma_api; pub mod error;