summaryrefslogtreecommitdiff
path: root/engine-macros/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'engine-macros/src/lib.rs')
-rw-r--r--engine-macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-macros/src/lib.rs b/engine-macros/src/lib.rs
index 5d16ad2..deddd15 100644
--- a/engine-macros/src/lib.rs
+++ b/engine-macros/src/lib.rs
@@ -3,7 +3,7 @@
mod reflection;
mod util;
-#[proc_macro_derive(Reflection)]
+#[proc_macro_derive(Reflection, attributes(reflection))]
pub fn reflection_derive(input: proc_macro::TokenStream) -> proc_macro::TokenStream
{
reflection::derive(input.into()).into()