Skip to content

Commit

Permalink
former : types problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed May 7, 2024
1 parent a1e74ae commit 10a747e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/core/former/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" ) ) ) ]
Expand Down

0 comments on commit 10a747e

Please sign in to comment.