Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jul 16, 2024
1 parent a9fa5b0 commit 82c0a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/network/container/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl Args {
network.expect("Container name and/or network are required.")
)
},
|container_name| container_name.to_string(),
|container_name| std::string::ToString::to_string,
)
}

Expand Down

0 comments on commit 82c0a19

Please sign in to comment.