We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8fb7c commit 7a565dcCopy full SHA for 7a565dc
lua/rustaceanvim/lsp/init.lua
@@ -328,9 +328,6 @@ M.set_target_arch = function(bufnr, target)
328
ra.cargo = ra.cargo or {}
329
ra.cargo.target = target
330
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)
334
return
335
else
336
vim.schedule(function()
0 commit comments