rust-tools.nvim
rust-tools.nvim copied to clipboard
RustLastRun not working
Hello,
:RustLastRun command is currently silently failing if invoked after setting cached command with set_last_runnable (meaning after using it once or running :RustRunnables).
This is due to 2 small bugs in cached_commands.lua. I will create a PR with fixes as they are quiet straightforward.
Just stumbled across this bug. Any chance to merge this pull request?