diff options
Diffstat (limited to 'mingling_macros/src/func.rs')
| -rw-r--r-- | mingling_macros/src/func.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mingling_macros/src/func.rs b/mingling_macros/src/func.rs index d836b38..9e0e15f 100644 --- a/mingling_macros/src/func.rs +++ b/mingling_macros/src/func.rs @@ -1,18 +1,18 @@ pub(crate) mod dispatcher; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod empty_result; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod entry; pub(crate) mod gen_program; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod group; -#[cfg(all(feature = "structural_renderer", feature = "extra_macros"))] +#[cfg(all(feature = "structural_renderer", feature = "extras"))] pub(crate) mod group_structural; pub(crate) mod node; pub(crate) mod pack; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod pack_err; -#[cfg(all(feature = "structural_renderer", feature = "extra_macros"))] +#[cfg(all(feature = "structural_renderer", feature = "extras"))] pub(crate) mod pack_err_structural; #[cfg(feature = "structural_renderer")] pub(crate) mod pack_structural; @@ -30,9 +30,9 @@ pub(crate) mod register_dispatcher; pub(crate) mod register_help; pub(crate) mod register_renderer; pub(crate) mod register_type; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod render_route; -#[cfg(feature = "extra_macros")] +#[cfg(feature = "extras")] pub(crate) mod route; #[cfg(feature = "comp")] pub(crate) mod suggest; |
