Skip to content

Commit f1a97e4

Browse files
committed
Open Thread::state() that returns *mut lua_State pointer.
1 parent 47e6a37 commit f1a97e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/thread.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ pub struct AsyncThread<R> {
9292

9393
impl Thread {
9494
/// Returns reference to the Lua state that this thread is associated with.
95-
#[doc(hidden)]
9695
#[inline(always)]
9796
pub fn state(&self) -> *mut ffi::lua_State {
9897
self.1

0 commit comments

Comments
 (0)