Address Clippy warnings

This commit is contained in:
Srinath Setty
2020-04-28 16:47:16 -07:00
parent eb969d5dcf
commit 2bfc333896
18 changed files with 383 additions and 429 deletions

View File

@@ -1,4 +1,4 @@
use std::fmt;
use core::fmt;
pub struct ProofVerifyError;