Add Lua and FFI tags to documentation
This commit is contained in:
@@ -24,7 +24,7 @@ pub fn transform(_args: Args, mut item: Item) -> Result<TokenStream> {
|
||||
|
||||
let mod_name = format_ident!("__{name}_cdef");
|
||||
|
||||
Ok(quote!(
|
||||
Ok(quote_spanned!(name.span() =>
|
||||
#[repr(C)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#item
|
||||
|
||||
Reference in New Issue
Block a user