diff options
| author | Maria José Solano <majosolano99@gmail.com> | 2025-05-10 16:42:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 14:42:48 -0700 |
| commit | bee45fc0e7801396951cd156c82953cbadc256b9 (patch) | |
| tree | 7050ebad3cc09f0a85757fe13ad86b2dfa5e86db /runtime/lua/vim/func.lua | |
| parent | 8605f5655bd8f52d1c4f259d39630b9140f07476 (diff) | |
refactor(docs): remove unnecessary `@private`/`@nodoc` annotations (#33951)
* refactor(docs): remove `@private` annotations from local functions
* refactor(docs): remove unnecessary `@nodoc` annotations
Diffstat (limited to 'runtime/lua/vim/func.lua')
| -rw-r--r-- | runtime/lua/vim/func.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lua/vim/func.lua b/runtime/lua/vim/func.lua index fc8fa62c71..47067ec4b9 100644 --- a/runtime/lua/vim/func.lua +++ b/runtime/lua/vim/func.lua @@ -35,7 +35,6 @@ local M = {} --- @param fn F Function to memoize. --- @param weak? boolean Use a weak table (default `true`) --- @return F # Memoized version of {fn} ---- @nodoc function M._memoize(hash, fn, weak) -- this is wrapped in a function to lazily require the module return require('vim.func._memoize')(hash, fn, weak) |
