Disable all lualsp diagnostics in lib.lua

This commit is contained in:
2025-06-26 13:05:50 +10:00
parent ba969b9e56
commit f456a544e1

View File

@@ -1,4 +1,4 @@
---@diagnostic disable: unused-local, unused-function, undefined-global
---@diagnostic disable
local LUA_REFNIL = -1 -- lib_aux.c
local FREELIST_REF = 0