File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ use crate::net::PeerConnectionError;
1212pub struct AlreadyConnected ( pub SocketAddr ) ;
1313
1414/// Another connection can be accepted after a non-fatal error
15+ #[ allow( clippy:: duplicated_attributes) ]
1516#[ derive( Transitive ) ]
1617#[ fatality( splitable) ]
1718#[ transitive(
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ pub(in crate::net::peer) mod channel_pool {
119119 Request ( #[ source] tokio:: task:: JoinError ) ,
120120 }
121121
122+ #[ allow( clippy:: duplicated_attributes) ]
122123 #[ derive( transitive:: Transitive , Debug , Error ) ]
123124 #[ transitive(
124125 from( super :: connection:: SendHeartbeat , super :: connection:: SendMessage ) ,
@@ -167,6 +168,7 @@ pub(in crate::net::peer) mod request_queue {
167168 #[ error( "Failed to add request to send queue" ) ]
168169 pub struct SendRequest ;
169170
171+ #[ allow( clippy:: duplicated_attributes) ]
170172 #[ derive( transitive:: Transitive , Debug , Error ) ]
171173 #[ transitive(
172174 from( super :: channel_pool:: SendMessage , super :: channel_pool:: Error ) ,
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ impl std::fmt::Display for FillTxOutputContents {
4343
4444impl std:: error:: Error for FillTxOutputContents { }
4545
46+ #[ allow( clippy:: duplicated_attributes) ]
4647#[ derive( Debug , Error , Transitive ) ]
4748#[ transitive( from( db:: Clear , db:: Error ) ) ]
4849#[ transitive( from( db:: Delete , db:: Error ) ) ]
You can’t perform that action at this time.
0 commit comments