From dbe19bcd71a740ea84a66e645c3f18abf3f3ab7f Mon Sep 17 00:00:00 2001 From: Gavin Gray Date: Mon, 19 Feb 2024 17:05:07 +0100 Subject: [PATCH] Remove dumb CFG check --- crates/argus/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/argus/src/lib.rs b/crates/argus/src/lib.rs index 2f00ea8..0297049 100644 --- a/crates/argus/src/lib.rs +++ b/crates/argus/src/lib.rs @@ -41,7 +41,7 @@ mod ext; mod proof_tree; mod rustc; mod serialize; -#[cfg(all(feature = "testing", test))] +#[cfg(all(feature = "testing"))] pub mod test_utils; #[cfg(all(feature = "testing", test))] mod ts;