diff --git a/crates/ruma-events/src/call/member.rs b/crates/ruma-events/src/call/member.rs index 64ed8eec..edfa3bdd 100644 --- a/crates/ruma-events/src/call/member.rs +++ b/crates/ruma-events/src/call/member.rs @@ -160,7 +160,7 @@ impl Membership { /// Initial set of fields of [`Membership`]. #[derive(Debug)] -#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] +#[allow(clippy::exhaustive_structs)] pub struct MembershipInit { /// The type of the matrixRTC session the membership belongs to. ///