mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-08 21:08:04 -05:00
chore(notary): ignore clippy warning on large enum (#869)
* Fix clippy. * Fix clippy. --------- Co-authored-by: yuroitaki <>
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user