mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-11 16:10:09 +03:00
remove comment
Co-authored-by: Collin Chin <collin.chin@berkeley.edu>
This commit is contained in:
parent
6cdefa7128
commit
7e7db4d93b
@ -40,7 +40,6 @@ use snarkvm_models::{
|
||||
use std::{borrow::Borrow, cmp::Ordering};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
// PrimeField already implements Field.
|
||||
pub enum FieldType<F: Field + PrimeField> {
|
||||
Constant(F),
|
||||
Allocated(FpGadget<F>),
|
||||
|
Loading…
Reference in New Issue
Block a user