Skip to content

Commit b3854d2

Browse files
committed
Add '=' prefix to __mlua_bind name
1 parent 00a56b1 commit b3854d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ impl Function {
253253
"#,
254254
)
255255
.try_cache()
256-
.set_name("__mlua_bind")
256+
.set_name("=__mlua_bind")
257257
.call((self, args_wrapper))
258258
}
259259

0 commit comments

Comments
 (0)