Skip to content

Commit

Permalink
style(protocol): ignore clone_on_ref_ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jun 17, 2024
1 parent 3e0cc48 commit b1d1877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub mod node_rpc;
pub mod storage;

// this includes code generated from .proto files
#[allow(clippy::unwrap_used)]
#[allow(clippy::unwrap_used, clippy::clone_on_ref_ptr)]
#[cfg(feature = "rpc")]
pub mod safenode_proto {
tonic::include_proto!("safenode_proto");
Expand Down

0 comments on commit b1d1877

Please sign in to comment.