Skip to content

Commit 33c4b9d

Browse files
authored
chore(notary): ignore clippy warning on large enum (#869)
* Fix clippy. * Fix clippy. --------- Co-authored-by: yuroitaki <>
1 parent edc2a17 commit 33c4b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/notary/client/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ pub struct Accepted {
6161

6262
/// A notary server connection.
6363
#[derive(Debug)]
64+
#[allow(clippy::large_enum_variant)]
6465
pub enum NotaryConnection {
6566
/// Unencrypted TCP connection.
6667
Tcp(TcpStream),

0 commit comments

Comments
 (0)