Skip to content

Commit

Permalink
elliptic-curve: fix unknown qualifications (#1532)
Browse files Browse the repository at this point in the history
Recent nightlies started picking up on these
  • Loading branch information
tarcieri committed Mar 6, 2024
1 parent de12a15 commit ceaa93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elliptic-curve/src/jwk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ impl Serialize for JwkEcKey {
state.serialize_field("d", d)?;
}

ser::SerializeStruct::end(state)
SerializeStruct::end(state)
}
}

Expand Down

0 comments on commit ceaa93f

Please sign in to comment.