mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 17:36: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,
|
||||
|
||||
@@ -158,6 +158,7 @@ impl Socks5Config {
|
||||
/// (except for iroh p2p connections)
|
||||
/// will be sent.
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[expect(clippy::large_enum_variant)]
|
||||
pub enum ProxyConfig {
|
||||
/// HTTP proxy.
|
||||
Http(HttpConfig),
|
||||
|
||||
Reference in New Issue
Block a user