mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 02:52:18 +00:00
remove duplicated declaration
This commit is contained in:
@@ -10,7 +10,6 @@ local ipairs, pairs = ipairs, pairs
|
|||||||
local string = string
|
local string = string
|
||||||
local table = table
|
local table = table
|
||||||
local tostring = tostring
|
local tostring = tostring
|
||||||
local rawget = rawget
|
|
||||||
local pcall = pcall
|
local pcall = pcall
|
||||||
local getmetatable, setmetatable = getmetatable, setmetatable
|
local getmetatable, setmetatable = getmetatable, setmetatable
|
||||||
local rawget, rawset = rawget, rawset
|
local rawget, rawset = rawget, rawset
|
||||||
|
Reference in New Issue
Block a user