diff options
author | HampusM <hampus@hampusmat.com> | 2024-07-13 16:26:28 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-07-13 16:26:28 +0200 |
commit | ca86952c1486b7f2313fef62e6cacf36e248efd2 (patch) | |
tree | 774175aa8723328c1b0dbd3faa0e67d9106b3ba7 /macros/src/injectable | |
parent | 20d37eb93060e51970d3791c6c173e07ef5ad489 (diff) |
refactor: move & rename all mod.rs files
Diffstat (limited to 'macros/src/injectable')
-rw-r--r-- | macros/src/injectable/mod.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/src/injectable/mod.rs b/macros/src/injectable/mod.rs deleted file mode 100644 index 0e6ddfd..0000000 --- a/macros/src/injectable/mod.rs +++ /dev/null @@ -1,5 +0,0 @@ -pub mod dependency; -pub mod dummy; -pub mod implementation; -pub mod macro_args; -pub mod named_attr_input; |