mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2026-02-04 14:12:02 +00:00
Remove Run main from rust handlers
This commit is contained in:
@@ -14,7 +14,6 @@ return function(buffer)
|
||||
end
|
||||
|
||||
local handlers = {
|
||||
['Run main'] = helpers.shell_handler('cargo run'),
|
||||
['Test'] = helpers.shell_handler('cargo test'),
|
||||
['Custom'] = helpers.shell_handler('cargo ', true),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user