Silence Clippy lint for Outgoing derive test

This commit is contained in:
Jonas Platte 2021-07-20 14:21:19 +02:00
parent 010e64c110
commit 9a24f9edbd
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,7 +1,7 @@
// This test should really be part of ruma_serde, but some tooling doesn't like
// cyclic dev-dependencies, which are required for this test to be moved there.
#![allow(clippy::exhaustive_structs)]
#![allow(clippy::exhaustive_structs, clippy::redundant_allocation)]
use ruma::{Outgoing, UserId};