Fix doctest that was accidentally not ignored

This commit is contained in:
Jonas Platte 2019-11-20 23:53:38 +01:00
parent 6f5c2833ba
commit d83c79d444
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -28,7 +28,7 @@ mod api;
/// ///
/// The macro expects the following structure as input: /// The macro expects the following structure as input:
/// ///
/// ```rust /// ```ignore
/// ruma_api! { /// ruma_api! {
/// metadata { /// metadata {
/// description: &'static str /// description: &'static str