Refer to const generics issue

This commit is contained in:
Deirdre Connolly 2021-04-20 11:08:47 -04:00 committed by Deirdre Connolly
parent d8d25d1a82
commit 1ff84c3d43
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ impl fmt::Debug for EncryptedNote {
}
// 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 {}

View File

@ -21,6 +21,7 @@ impl fmt::Debug for Halo2Proof {
}
// 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 {}