mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Update code docs
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ pub struct Lua {
|
||||
_no_ref_unwind_safe: PhantomData<UnsafeCell<()>>,
|
||||
}
|
||||
|
||||
// Data associated with the lua_State.
|
||||
// Data associated with the Lua.
|
||||
struct ExtraData {
|
||||
registered_userdata: HashMap<TypeId, c_int>,
|
||||
registered_userdata_mt: HashSet<isize>,
|
||||
|
||||
Reference in New Issue
Block a user