We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1ef35 commit 67e4cc2Copy full SHA for 67e4cc2
crates/cargo-contract/src/cmd/verify.rs
@@ -81,8 +81,8 @@ impl VerifyCommand {
81
)
82
};
83
84
- let build_info: BuildInfo = serde_json::from_value(build_info.clone().into())
85
- .context(format!(
+ let build_info: BuildInfo =
+ serde_json::from_value(build_info.into()).context(format!(
86
"Failed to deserialize the build info from {}",
87
path.display()
88
))?;
0 commit comments