diff --git a/src/lib.rs b/src/lib.rs index 0bf82a3..185715b 100644 --- a/src/lib.rs +++ b/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;