Diff

util/cache.lua @ 7704:5022e6181193

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Tue, 18 Oct 2016 19:07:55 +0200
parent 7702:9385c367e920
child 8396:fbe1f99fb245
line wrap: on
line diff
--- a/util/cache.lua	Sun Oct 16 00:39:10 2016 +0200
+++ b/util/cache.lua	Tue Oct 18 19:07:55 2016 +0200
@@ -117,6 +117,7 @@
 end
 
 function cache_methods:table()
+	--luacheck: ignore 212/t
 	if not self.proxy_table then
 		self.proxy_table = setmetatable({}, {
 			__index = function (t, k)