mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
chore: expect clippy::large_enum_variant
This commit is contained in:
@@ -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