mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
chore(ui): Allow clippy::large_enum_variant on TimelineAction.
This enum is large, but it's used in a short period of time, not collected somewhere, so it's safe to accept a large size here.
This commit is contained in:
@@ -148,6 +148,7 @@ pub(super) enum HandleAggregationKind {
|
||||
|
||||
/// An action that we want to cause on the timeline.
|
||||
#[derive(Clone, Debug)]
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
pub(super) enum TimelineAction {
|
||||
/// Add a new timeline item.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user