events: Silence clippy lint
This commit is contained in:
parent
44a998f70d
commit
e9cb896bf7
@ -442,6 +442,7 @@ pub struct EventTypeDeHelper<'a> {
|
|||||||
/// Helper struct to determine if an event has been redacted.
|
/// Helper struct to determine if an event has been redacted.
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
#[allow(clippy::exhaustive_structs)]
|
||||||
pub struct RedactionDeHelper {
|
pub struct RedactionDeHelper {
|
||||||
/// Used to check whether redacted_because exists.
|
/// Used to check whether redacted_because exists.
|
||||||
pub unsigned: Option<UnsignedDeHelper>,
|
pub unsigned: Option<UnsignedDeHelper>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user