Skip to content

Commit b545d4f

Browse files
authored
fix(health): correct method names in external_deps section (#672)
1 parent 5cb14a1 commit b545d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/rustaceanvim/health.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function health.check()
304304
get_binaries = function()
305305
return { 'cargo-nextest' }
306306
end,
307-
optional = function()
307+
is_optional = function()
308308
return false
309309
end,
310310
url = '[cargo-nextest](https://nexte.st)',
@@ -327,7 +327,7 @@ function health.check()
327327
return { 'codelldb', adapter.executable.command }
328328
end
329329
end,
330-
optional = function()
330+
is_optional = function()
331331
return true
332332
end,
333333
url = '[lldb](https://lldb.llvm.org/)',

0 commit comments

Comments
 (0)