Remove unused TryInto import.

This commit is contained in:
Sean Bowe 2021-02-17 13:53:50 -07:00
parent 6226426be0
commit 34a5bfd4b1
No known key found for this signature in database
GPG key ID: 95684257D8F8B031

View file

@ -12,7 +12,6 @@ use crate::poly::{
commitment::Params, Coeff, EvaluationDomain, ExtendedLagrangeCoeff, LagrangeCoeff, Polynomial, commitment::Params, Coeff, EvaluationDomain, ExtendedLagrangeCoeff, LagrangeCoeff, Polynomial,
}; };
use crate::transcript::{ChallengeScalar, Transcript}; use crate::transcript::{ChallengeScalar, Transcript};
use std::convert::TryInto;
mod circuit; mod circuit;
mod keygen; mod keygen;