Skip to content

Commit

Permalink
Revert "fix: clippy"
Browse files Browse the repository at this point in the history
This reverts commit 192c899.
  • Loading branch information
leighmcculloch committed May 1, 2024
1 parent 8e07c23 commit a4444e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ 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 a4444e1

Please sign in to comment.