All internal library functions should be prefixed
This commit is contained in:
@@ -701,7 +701,7 @@ fn inject_merged_drop(registry: &mut Registry, lua: Option<&LuaFunction>) -> Res
|
||||
let luaify = quote!(#ffi::__internal::luaify!);
|
||||
let ty = ®istry.ty;
|
||||
let shim_name = format_ident!("__ffi_drop");
|
||||
let c_name = format_ident!("{}_drop", ty.unraw());
|
||||
let c_name = format_ident!("__{}_drop", ty.unraw());
|
||||
let c_name_str = c_name.to_string();
|
||||
|
||||
if let Some(lua) = lua {
|
||||
|
||||
Reference in New Issue
Block a user