From 10a747ed2731e19d2328c6e31dc17436ad9f803b Mon Sep 17 00:00:00 2001 From: wandalen Date: Tue, 7 May 2024 17:50:42 +0300 Subject: [PATCH] former : types problem --- module/core/former/tests/inc/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/core/former/tests/inc/mod.rs b/module/core/former/tests/inc/mod.rs index 9353e11fdd..9103106f40 100644 --- a/module/core/former/tests/inc/mod.rs +++ b/module/core/former/tests/inc/mod.rs @@ -64,8 +64,8 @@ mod former_tests // #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ] // mod subformer_basic; // -// #[ cfg( any( not( feature = "no_std" ) ) ) ] -// mod subformer_container; + #[ cfg( any( not( feature = "no_std" ) ) ) ] + mod subformer_container; #[ cfg( any( not( feature = "no_std" ) ) ) ] mod subformer_container_manual; // #[ cfg( any( not( feature = "no_std" ) ) ) ]