From 0444a7af4bd00cc59b1fd220a2ddb49c49f6f920 Mon Sep 17 00:00:00 2001 From: wandalen Date: Wed, 20 Mar 2024 20:15:32 +0200 Subject: [PATCH] former : making subforming more friendly --- module/core/former/tests/inc/mod.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module/core/former/tests/inc/mod.rs b/module/core/former/tests/inc/mod.rs index 247969eec1..8eff590826 100644 --- a/module/core/former/tests/inc/mod.rs +++ b/module/core/former/tests/inc/mod.rs @@ -52,7 +52,9 @@ mod former_tests mod subformer_hashset; #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ] mod subformer_hashmap; - #[ cfg( any( not( feature = "no_std" ), feature = "use_alloc" ) ) ] + + + #[ cfg( any( not( feature = "no_std" ) ) ) ] mod subformer_shortcut; }