From c9bb99b2847184f666e3b9766c932347684c01ec Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 12 Sep 2021 22:28:19 +0200 Subject: [PATCH] ruma: Silence dead code warning for integration test --- crates/ruma/tests/outgoing.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ruma/tests/outgoing.rs b/crates/ruma/tests/outgoing.rs index b4c16983..03904501 100644 --- a/crates/ruma/tests/outgoing.rs +++ b/crates/ruma/tests/outgoing.rs @@ -12,6 +12,7 @@ pub struct Thing<'t, T> { } #[derive(Debug)] +#[allow(dead_code)] pub struct IncomingThing { some: String, t: T,