chore(notary): ignore clippy warning on large enum (#869)

* Fix clippy.

* Fix clippy.

---------

Co-authored-by: yuroitaki <>
This commit is contained in:
yuroitaki
2025-05-16 23:45:29 +08:00
committed by GitHub
parent edc2a1783d
commit 33c4b9d16f

View File

@@ -61,6 +61,7 @@ pub struct Accepted {
/// A notary server connection.
#[derive(Debug)]
#[allow(clippy::large_enum_variant)]
pub enum NotaryConnection {
/// Unencrypted TCP connection.
Tcp(TcpStream),