diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 03:39:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-08 03:39:06 +0800 |
commit | 4035722624ac91b7dbd5e6a92837de238f077bc9 (patch) | |
tree | 3a55a1de73b571f563ace50a0edc3aee3d8eddbc /test | |
parent | f1a0d7caf5106798fe9c79c55ba3e92576d8682c (diff) | |
download | lua-language-server-4035722624ac91b7dbd5e6a92837de238f077bc9.zip |
update
Diffstat (limited to 'test')
-rw-r--r-- | test/full/example.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/full/example.lua b/test/full/example.lua index ed5c3b16..e8352547 100644 --- a/test/full/example.lua +++ b/test/full/example.lua @@ -5,7 +5,6 @@ local diag = require 'core.diagnostics' local config = require 'config' local fs = require 'bee.filesystem' local luadoc = require "parser.luadoc" -local noder = require 'core.noder' -- 临时 ---@diagnostic disable: await-in-sync |