Skip to content

Commit f2f070b

Browse files
author
andrew
committed
Clippy
1 parent 7904bb1 commit f2f070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jwk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ impl Jwk {
490490
let (x, y) = pub_bytes[1..].split_at(pub_elem_bytes);
491491
AlgorithmParameters::EllipticCurve(EllipticCurveKeyParameters {
492492
key_type: EllipticCurveKeyType::EC,
493-
curve: curve,
493+
curve,
494494
x: b64_encode(x),
495495
y: b64_encode(y),
496496
})

0 commit comments

Comments
 (0)