Skip to content

Commit 7a565dc

Browse files
committed
fix(lsp): remove info notification when switching target architecture
1 parent db8fb7c commit 7a565dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/rustaceanvim/lsp/init.lua

-3
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,6 @@ M.set_target_arch = function(bufnr, target)
328328
ra.cargo = ra.cargo or {}
329329
ra.cargo.target = target
330330
compat.client_notify(client, 'workspace/didChangeConfiguration', { settings = client.config.settings })
331-
vim.schedule(function()
332-
vim.notify('Target architecture updated successfully to: ' .. target, vim.log.levels.INFO)
333-
end)
334331
return
335332
else
336333
vim.schedule(function()

0 commit comments

Comments
 (0)