Skip to content

Commit aa187e6

Browse files
committed
Increase REF_STACK_RESERVE to 3 slots
1 parent ec10bf2 commit aa187e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/extra.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use super::{Lua, WeakLua};
2828
static EXTRA_REGISTRY_KEY: u8 = 0;
2929

3030
const WRAPPED_FAILURE_POOL_DEFAULT_CAPACITY: usize = 64;
31-
const REF_STACK_RESERVE: c_int = 2;
31+
const REF_STACK_RESERVE: c_int = 3;
3232

3333
/// Data associated with the Lua state.
3434
pub(crate) struct ExtraData {

0 commit comments

Comments
 (0)