chore: expect clippy::large_enum_variant

This commit is contained in:
link2xt
2025-05-28 16:39:33 +00:00
committed by l
parent c7063c00f7
commit 42975b2ff3
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ use super::webxdc::WebxdcMessageInfo;
#[derive(Serialize, TypeDef, schemars::JsonSchema)]
#[serde(rename_all = "camelCase", tag = "kind")]
#[expect(clippy::large_enum_variant)]
pub enum MessageLoadResult {
Message(MessageObject),
LoadingError { error: String },