Remove outdated documentation

This commit is contained in:
Jonas Platte 2021-04-09 10:58:37 +02:00
parent 134b64af81
commit 1ab1a24e1d
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -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;