Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Jun 20, 2024
1 parent 4080358 commit d3bb485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ietf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pub mod testing {
("beta", hex::encode(&v.beta)),
("proof_c", hex::encode(utils::encode_scalar::<S>(&v.c))),
("proof_s", hex::encode(utils::encode_scalar::<S>(&v.s))),
("flags", hex::encode(&[v.flags])),
("flags", hex::encode([v.flags])),
];
let map: indexmap::IndexMap<String, String> =
items.into_iter().map(|(k, v)| (k.to_string(), v)).collect();
Expand Down

0 comments on commit d3bb485

Please sign in to comment.