Skip to content

Commit

Permalink
fix(lsp): remove info notification when switching target architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 29, 2024
1 parent db8fb7c commit 7a565dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/rustaceanvim/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,6 @@ M.set_target_arch = function(bufnr, target)
ra.cargo = ra.cargo or {}
ra.cargo.target = target
compat.client_notify(client, 'workspace/didChangeConfiguration', { settings = client.config.settings })
vim.schedule(function()
vim.notify('Target architecture updated successfully to: ' .. target, vim.log.levels.INFO)
end)
return
else
vim.schedule(function()
Expand Down

0 comments on commit 7a565dc

Please sign in to comment.