Skip to content

Commit

Permalink
Fix regression where bufnr isn't passed to set_target_arch introduc…
Browse files Browse the repository at this point in the history
…ed in mrcjkb#548
  • Loading branch information
MarkusPettersson98 committed Nov 25, 2024
1 parent 761a2b6 commit cd1689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rustaceanvim/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ local function rust_analyzer_cmd(opts)
M.reload_settings()
elseif cmd == RustAnalyzerCmd.target then
local target_arch = fargs[2]
M.set_target_arch(target_arch)
M.set_target_arch(nil, target_arch)
end
end

Expand Down

0 comments on commit cd1689d

Please sign in to comment.