util.cache: Ignore unused argument [luacheck]

This commit is contained in:
Kim Alvefur 2016-10-18 15:19:01 +02:00
parent 2fa313a15f
commit 5205d9f5b3

View file

@ -117,6 +117,7 @@ function cache_methods:tail()
end
function cache_methods:table()
--luacheck: ignore 212/t
if not self.proxy_table then
self.proxy_table = setmetatable({}, {
__index = function (t, k)