Skip to content

Commit d7e89cc

Browse files
author
Your Name
committed
fix
1 parent 7060753 commit d7e89cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/state/raw.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ impl RawLua {
127127
#[inline(always)]
128128
pub(crate) fn ref_thread(&self, aux_thread: usize) -> *mut ffi::lua_State {
129129
unsafe {
130-
(&(*self.extra())
131-
.ref_thread)
130+
(&(*self.extra()).ref_thread)
132131
.get(aux_thread)
133132
.unwrap_unchecked()
134133
.ref_thread

0 commit comments

Comments
 (0)