Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 8, 2024
1 parent e43f3fe commit 2e14bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/field_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub trait FieldHelpers<F> {
F: PrimeField,
{
big.clone()
.try_into()
.into()
.map_err(|_| FieldHelpersError::DeserializeBytes)
}

Expand Down

0 comments on commit 2e14bd2

Please sign in to comment.