From e55d4f680b4321e9ce0037fd47c5b88fe6ec1624 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Fri, 18 Feb 2022 14:14:54 -0800 Subject: [PATCH] remove test feature (we don't seem to use it) (#17) --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;