Diff

util/multitable.lua @ 10563:e8db377a2983

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Tue, 24 Dec 2019 00:39:45 +0100
parent 9692:affcbccc1dff
child 12589:39ae08180c81
line wrap: on
line diff
--- a/util/multitable.lua	Tue Dec 24 00:26:40 2019 +0100
+++ b/util/multitable.lua	Tue Dec 24 00:39:45 2019 +0100
@@ -9,7 +9,7 @@
 local select = select;
 local t_insert = table.insert;
 local pairs, next, type = pairs, next, type;
-local unpack = table.unpack or unpack; --luacheck: ignore 113 143
+local unpack = table.unpack or unpack; --luacheck: ignore 113
 
 local _ENV = nil;
 -- luacheck: std none