events: Remove comment on ruma_api_lifetime tests
This change was never meant to be committed.
This commit is contained in:
parent
4a91f30025
commit
af9247c604
@ -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: {}
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user