mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 13:56:30 +03:00
chore: expect clippy::large_enum_variant
This commit is contained in:
@@ -44,6 +44,7 @@ use crate::webxdc::StatusUpdateSerial;
|
||||
pub const RECOMMENDED_FILE_SIZE: u64 = 24 * 1024 * 1024 / 4 * 3;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[expect(clippy::large_enum_variant)]
|
||||
pub enum Loaded {
|
||||
Message {
|
||||
chat: Chat,
|
||||
|
||||
Reference in New Issue
Block a user