Remove Run main from rust handlers

This commit is contained in:
MarcHamamji 2023-02-19 15:23:01 +02:00
parent 4f4abd670d
commit 8faca889c2

View File

@ -14,7 +14,6 @@ return function(buffer)
end end
local handlers = { local handlers = {
['Run main'] = helpers.shell_handler('cargo run'),
['Test'] = helpers.shell_handler('cargo test'), ['Test'] = helpers.shell_handler('cargo test'),
['Custom'] = helpers.shell_handler('cargo ', true), ['Custom'] = helpers.shell_handler('cargo ', true),
} }