Skip to content

Commit 3a44729

Browse files
committed
Mark lua_Callbacks as non exhaustive (Luau)
1 parent 3d46fad commit 3a44729

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlua-sys/src/luau/lua.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ pub struct lua_Debug {
525525
//
526526

527527
#[repr(C)]
528+
#[non_exhaustive]
528529
pub struct lua_Callbacks {
529530
/// arbitrary userdata pointer that is never overwritten by Luau
530531
pub userdata: *mut c_void,

0 commit comments

Comments
 (0)