Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed May 1, 2024
1 parent 46df817 commit 192c899
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ impl NetworkRunnable for Cmd {
type Error = Error;
type Result = String;

#[allow(clippy::map_clone)]
async fn run_against_rpc_server(
&self,
global_args: Option<&global::Args>,
Expand Down

0 comments on commit 192c899

Please sign in to comment.