remove unused neg dependency

This commit is contained in:
collin 2021-03-11 16:21:27 -08:00
parent fd41c70250
commit 284ef310de

View File

@ -18,7 +18,7 @@ use leo_gadgets::{arithmetic::*, Int128, Int16, Int32, Int64, Int8};
use snarkvm_gadgets::traits::utilities::{
alloc::AllocGadget,
arithmetic::{Add, Div, Mul, Neg},
arithmetic::{Add, Div, Mul},
};
use snarkvm_r1cs::{ConstraintSystem, Fr, TestConstraintSystem};