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

This commit is contained in:
Srinath Setty
2022-02-18 14:14:54 -08:00
committed by GitHub
parent 853ab90f7c
commit e55d4f680b

View File

@@ -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;