allow clippy::exhaustive_structs in MembershipInit

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K 2023-10-20 17:09:30 +02:00 committed by Kévin Commaille
parent 7985fe05cd
commit 6a2bd20ceb

View File

@ -160,7 +160,7 @@ impl Membership {
/// Initial set of fields of [`Membership`]. /// Initial set of fields of [`Membership`].
#[derive(Debug)] #[derive(Debug)]
#[cfg_attr(not(feature = "unstable-exhaustive-types"), non_exhaustive)] #[allow(clippy::exhaustive_structs)]
pub struct MembershipInit { pub struct MembershipInit {
/// The type of the matrixRTC session the membership belongs to. /// The type of the matrixRTC session the membership belongs to.
/// ///