Random test change to not trigger Clippy

This commit is contained in:
Jonas Platte 2020-09-26 16:25:28 +02:00
parent 565e3a1ee7
commit d5ca199173
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -31,7 +31,7 @@ pub struct FakeRequest<'a, T> {
pub recursive: &'a [Thing<'a, T>], pub recursive: &'a [Thing<'a, T>],
pub option: Option<&'a [u8]>, pub option: Option<&'a [u8]>,
pub depth: Option<&'a [(&'a str, &'a str)]>, pub depth: Option<&'a [(&'a str, &'a str)]>,
pub arc_type: std::sync::Arc<&'a str>, pub arc_type: std::sync::Arc<&'a ::ruma_identifiers::ServerName>,
} }
#[derive(Outgoing)] #[derive(Outgoing)]