allow clippy::exhaustive_structs in MembershipInit
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
7985fe05cd
commit
6a2bd20ceb
@ -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.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user