Skip to content

Commit

Permalink
Revert "fmt ff/src/fields/models/fp/mod.rs" (#838)
Browse files Browse the repository at this point in the history
This reverts commit d091aaa.
  • Loading branch information
mmagician committed Jun 19, 2024
1 parent d03b31f commit 8d8296a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ff/src/fields/models/fp/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ pub struct Fp<P: FpConfig<N>, const N: usize>(
/// To convert an element to a [`BigInt`](struct@BigInt), use `into_bigint` or `into`.
#[doc(hidden)]
pub BigInt<N>,
#[doc(hidden)]
pub PhantomData<P>,
#[doc(hidden)] pub PhantomData<P>,
);

pub type Fp64<P> = Fp<P, 1>;
Expand Down

0 comments on commit 8d8296a

Please sign in to comment.