Browse Source

remove test feature (we don't seem to use it) (#17)

main
Srinath Setty 2 years ago
committed by GitHub
parent
commit
e55d4f680b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/lib.rs

+ 0
- 1
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;

Loading…
Cancel
Save