From ca86952c1486b7f2313fef62e6cacf36e248efd2 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 13 Jul 2024 16:26:28 +0200 Subject: refactor: move & rename all mod.rs files --- macros/src/injectable.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 macros/src/injectable.rs (limited to 'macros/src/injectable.rs') diff --git a/macros/src/injectable.rs b/macros/src/injectable.rs new file mode 100644 index 0000000..0e6ddfd --- /dev/null +++ b/macros/src/injectable.rs @@ -0,0 +1,5 @@ +pub mod dependency; +pub mod dummy; +pub mod implementation; +pub mod macro_args; +pub mod named_attr_input; -- cgit v1.2.3-18-g5258