diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 16:15:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-02-20 16:15:23 +0800 |
commit | 56153ba9957e7a877a0f292c39cb434eeee87045 (patch) | |
tree | 0528eaf4e3fe6509d27a73758cd09c52c1de214c /meta/template/io.lua | |
parent | 88b61185ccc223df259dcb2ae5b35177d9572b38 (diff) | |
download | lua-language-server-56153ba9957e7a877a0f292c39cb434eeee87045.zip |
remove alias of `table*`
Diffstat (limited to 'meta/template/io.lua')
-rw-r--r-- | meta/template/io.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/template/io.lua b/meta/template/io.lua index 76e5a7f6..bc47f56d 100644 --- a/meta/template/io.lua +++ b/meta/template/io.lua @@ -10,8 +10,6 @@ ---@field stderr file* io = {} ----@alias io* iolib - ---@alias openmode ---|>'"r"' # ---#DESTAIL 'openmode.r' ---| '"w"' # ---#DESTAIL 'openmode.w' |