Skip to content

Commit 5454b08

Browse files
committed
style: stop LuaLS from complaining about duplicate-set-field
This feels redundant to me, but it makes the language server stop complaining about these innocent fields.
1 parent 11b926b commit 5454b08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/wincent/commandt/private/time.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
-- SPDX-License-Identifier: BSD-2-Clause
33

44
--- @class time
5+
--- @field cpu fun(callback: function): number
6+
--- @field wall fun(callback: function): number
57
local M = {}
68

79
--- Returns the CPU-time elapsed while executing the `callback`.

0 commit comments

Comments
 (0)