diff options
Diffstat (limited to 'mingling_macros/src/systems.rs')
| -rw-r--r-- | mingling_macros/src/systems.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mingling_macros/src/systems.rs b/mingling_macros/src/systems.rs index ef3624e..3279b51 100644 --- a/mingling_macros/src/systems.rs +++ b/mingling_macros/src/systems.rs @@ -1,8 +1,7 @@ -// Doc Not Optimize #[cfg(not(feature = "dispatch_tree"))] pub(crate) mod dispatch_list_gen; + #[cfg(feature = "dispatch_tree")] pub(crate) mod dispatch_tree_gen; + pub(crate) mod res_injection; -#[cfg(feature = "structural_renderer")] -pub(crate) mod structural_data; |
