diff --git a/src/lua.rs b/src/lua.rs index 9127e8e..e677dac 100644 --- a/src/lua.rs +++ b/src/lua.rs @@ -3030,7 +3030,6 @@ impl Lua { self.load( r#" local poll = get_poll(...) - local pending, yield, unpack = pending, yield, unpack while true do local nres, res, res2 = poll() if nres ~= nil then