Disable all lualsp diagnostics in lib.lua

This commit is contained in:
lumi 2025-06-26 13:05:50 +10:00
parent ba969b9e56
commit f456a544e1
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

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