Srinath Setty
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/lib.rs
|
|
@ -1,7 +1,6 @@ |
|
|
|
//! This library implements core components of Nova.
|
|
|
|
#![allow(non_snake_case)]
|
|
|
|
#![allow(clippy::type_complexity)]
|
|
|
|
#![feature(test)]
|
|
|
|
#![deny(missing_docs)]
|
|
|
|
|
|
|
|
mod commitments;
|
|
|
|