diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 19:18:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-06-21 19:18:25 +0800 |
commit | e7aa360492f0cde296281c3b2518691fbfc761e4 (patch) | |
tree | 41c4e113fea9ca221e12a2f8fd3f0f09117f9299 /meta/template/basic.lua | |
parent | 693226b24fb0888c12e89e6b413bf21522eed423 (diff) | |
download | lua-language-server-e7aa360492f0cde296281c3b2518691fbfc761e4.zip |
stash
Diffstat (limited to 'meta/template/basic.lua')
-rw-r--r-- | meta/template/basic.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index bb1464d6..7a42ab74 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -137,7 +137,6 @@ function next(table, index) end ---@param t T ---@return fun(table: table<K, V>, index?: K):K, V ---@return T ----@return nil function pairs(t) end ---#DES 'pcall' |