summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2024-07-12 13:34:09 +0800
committer最萌小汐 <sumneko@hotmail.com>2024-07-12 13:49:22 +0800
commitddc96bd1ec0be95a985ab82531763578bf7eb793 (patch)
treec8e402d97f6b7f8a88009214d3bb909cefbbca89 /meta
parent24fc19330630d12c789e379621a0941948f1171f (diff)
downloadlua-language-server-ddc96bd1ec0be95a985ab82531763578bf7eb793.zip
Remove nodiscard from string.gsub
Diffstat (limited to 'meta')
-rw-r--r--meta/template/string.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/template/string.lua b/meta/template/string.lua
index e23b0803..14e01a7b 100644
--- a/meta/template/string.lua
+++ b/meta/template/string.lua
@@ -73,7 +73,6 @@ function string.gmatch(s, pattern, init) end
---@param n? integer
---@return string
---@return integer count
----@nodiscard
function string.gsub(s, pattern, repl, n) end
---#DES 'string.len'