Skip to content

Commit

Permalink
former : making subforming more friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandalen committed Mar 20, 2024
1 parent 6b98e67 commit 0444a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module/core/former/tests/inc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}
Expand Down

0 comments on commit 0444a7a

Please sign in to comment.