Skip to content

Commit 67e4cc2

Browse files
committed
Appease Clippy
1 parent 6f1ef35 commit 67e4cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cargo-contract/src/cmd/verify.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ impl VerifyCommand {
8181
)
8282
};
8383

84-
let build_info: BuildInfo = serde_json::from_value(build_info.clone().into())
85-
.context(format!(
84+
let build_info: BuildInfo =
85+
serde_json::from_value(build_info.into()).context(format!(
8686
"Failed to deserialize the build info from {}",
8787
path.display()
8888
))?;

0 commit comments

Comments
 (0)