diff options
author | actboy168 <actboy168@gmail.com> | 2024-07-12 13:34:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-07-12 13:49:22 +0800 |
commit | ddc96bd1ec0be95a985ab82531763578bf7eb793 (patch) | |
tree | c8e402d97f6b7f8a88009214d3bb909cefbbca89 | |
parent | 24fc19330630d12c789e379621a0941948f1171f (diff) | |
download | lua-language-server-ddc96bd1ec0be95a985ab82531763578bf7eb793.zip |
Remove nodiscard from string.gsub
-rw-r--r-- | meta/template/string.lua | 1 |
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' |