Skip to content

Commit 9e68ba8

Browse files
committed
Merge branch 'main' of github.com:EmmyLuaLs/emmylua-analyzer-rust
2 parents 49a70d1 + b25d303 commit 9e68ba8

File tree

1 file changed

+1
-1
lines changed
  • crates/emmylua_code_analysis/resources/std

1 file changed

+1
-1
lines changed

crates/emmylua_code_analysis/resources/std/ffi.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function ffi.cdef(def, params, ...) end
3636
---@nodiscard
3737
function ffi.load(name, global) end
3838

39-
---@overload fun(ct: ffi.ct*, init: any, ...)
39+
---@overload fun(ct: ffi.ct*, init: any, ...): ffi.cdata*
4040
---@param ct ffi.ct*
4141
---@param nelem? integer
4242
---@param init? any

0 commit comments

Comments
 (0)