Skip to content

Commit

Permalink
Resolve unneeded semi-colon warning on rust 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 7, 2021
1 parent 54a427f commit 541e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ impl<'a> serde::Serialize for ImportMultiRequestScriptPubkey<'a> {
#[derive(Serialize)]
struct Tmp<'a> {
pub address: &'a Address,
};
}
serde::Serialize::serialize(
&Tmp {
address: addr,
Expand Down

0 comments on commit 541e99f

Please sign in to comment.