diff options
| author | HampusM <hampus@hampusmat.com> | 2026-04-06 20:55:20 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-04-06 20:55:20 +0200 |
| commit | b8e77e54c874c6f47e574d554e04fa8bd8939b54 (patch) | |
| tree | bb9a459838909a728ba6271d99c7c40f81337ac3 /engine-macros/src/lib.rs | |
| parent | 5853d458ae55443c79976893f822aaed508de013 (diff) | |
Diffstat (limited to 'engine-macros/src/lib.rs')
| -rw-r--r-- | engine-macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine-macros/src/lib.rs b/engine-macros/src/lib.rs index b7bbd43..75ff209 100644 --- a/engine-macros/src/lib.rs +++ b/engine-macros/src/lib.rs @@ -106,7 +106,7 @@ pub fn reflection_derive(input: TokenStream) -> TokenStream }); quote! { - impl #impl_generics #engine_crate_path::reflection::Reflection for + unsafe impl #impl_generics #engine_crate_path::reflection::Reflection for #input_ident #type_generics #where_clause { const TYPE_REFLECTION: &#engine_crate_path::reflection::Type = |
