Replace Lua::ref_thread_exec

This commit is contained in:
Alex Orlenko 2022-10-17 00:39:55 +01:00
parent d30845e1ed
commit a83ee546ba
No known key found for this signature in database
GPG key ID: 4C150C250863B96D

View file

@ -13,7 +13,6 @@ use {
use crate::error::{Error, Result};
use crate::ffi;
use crate::types::{LuaOwnedRef, LuaRef};
use crate::util::{assert_stack, StackGuard};
/// Handle to an internal Lua string.
///