events: Remove comment on ruma_api_lifetime tests

This change was never meant to be committed.
This commit is contained in:
Jonas Platte 2021-08-15 22:26:18 +02:00
parent 4a91f30025
commit af9247c604
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -1,6 +1,6 @@
#![allow(clippy::exhaustive_structs)] #![allow(clippy::exhaustive_structs)]
/*#[derive(Copy, Clone, Debug, ruma_serde::Outgoing, serde::Serialize)] #[derive(Copy, Clone, Debug, ruma_serde::Outgoing, serde::Serialize)]
pub struct OtherThing<'t> { pub struct OtherThing<'t> {
pub some: &'t str, pub some: &'t str,
pub t: &'t [u8], pub t: &'t [u8],
@ -31,7 +31,7 @@ mod empty_response {
response: {} response: {}
} }
}*/ }
mod nested_types { mod nested_types {
use ruma_api::ruma_api; use ruma_api::ruma_api;
@ -59,7 +59,7 @@ mod nested_types {
} }
} }
/*mod full_request_response { mod full_request_response {
use ruma_api::ruma_api; use ruma_api::ruma_api;
use super::{IncomingOtherThing, OtherThing}; use super::{IncomingOtherThing, OtherThing};
@ -159,4 +159,4 @@ mod query_fields {
response: {} response: {}
} }
}*/ }