Refer to const generics issue
This commit is contained in:
parent
d8d25d1a82
commit
1ff84c3d43
|
@ -17,6 +17,7 @@ impl fmt::Debug for EncryptedNote {
|
||||||
}
|
}
|
||||||
|
|
||||||
// These impls all only exist because of array length restrictions.
|
// These impls all only exist because of array length restrictions.
|
||||||
|
// TODO: use const generics https://github.com/ZcashFoundation/zebra/issues/2042
|
||||||
|
|
||||||
impl Copy for EncryptedNote {}
|
impl Copy for EncryptedNote {}
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@ impl fmt::Debug for Halo2Proof {
|
||||||
}
|
}
|
||||||
|
|
||||||
// These impls all only exist because of array length restrictions.
|
// These impls all only exist because of array length restrictions.
|
||||||
|
// TODO: use const generics https://github.com/ZcashFoundation/zebra/issues/2042
|
||||||
|
|
||||||
// impl Copy for Halo2Proof {}
|
// impl Copy for Halo2Proof {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue