diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-24 13:13:20 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-24 13:13:20 +0200 |
commit | 695f90bf900015df1e2728445f833dabced838a9 (patch) | |
tree | c68f2b483e3d20f400d27d4df159b2aec94d072f /macros/src/factory/mod.rs | |
parent | 3ed020425bfd1fc5fedfa89a7ce20207bedcf5bc (diff) |
refactor: reorganize modules in the macros crate
Diffstat (limited to 'macros/src/factory/mod.rs')
-rw-r--r-- | macros/src/factory/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macros/src/factory/mod.rs b/macros/src/factory/mod.rs new file mode 100644 index 0000000..a8947c5 --- /dev/null +++ b/macros/src/factory/mod.rs @@ -0,0 +1,3 @@ +pub mod declare_default_args; +pub mod macro_args; +pub mod type_alias; |