ruma: Silence dead code warning for integration test

This commit is contained in:
Jonas Platte 2021-09-12 22:28:19 +02:00
parent 2141de3465
commit c9bb99b284
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -12,6 +12,7 @@ pub struct Thing<'t, T> {
}
#[derive(Debug)]
#[allow(dead_code)]
pub struct IncomingThing<T> {
some: String,
t: T,