diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2024-01-24 15:46:17 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2024-01-24 15:46:17 +0800 |
commit | b780666dbfbe633c6e5c03b75904dd97bfbb7a48 (patch) | |
tree | 5c15a385e16208fae5a3596a5620503d0f06458a /script/workspace | |
parent | 89edbfaffe7dbbcc4fda2c22fa64ae078fd6ead9 (diff) | |
download | lua-language-server-b780666dbfbe633c6e5c03b75904dd97bfbb7a48.zip |
fix warnings
Diffstat (limited to 'script/workspace')
-rw-r--r-- | script/workspace/scope.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/workspace/scope.lua b/script/workspace/scope.lua index a158c8de..789b5f81 100644 --- a/script/workspace/scope.lua +++ b/script/workspace/scope.lua @@ -125,9 +125,6 @@ function mt:set(k, v) return v end ----@generic T ----@param k `T` ----@return T function mt:get(k) return self._data[k] end |