mirror of
https://github.com/kristoferssolo/runner.nvim.git
synced 2025-10-21 19:50:34 +00:00
Remove prints
This commit is contained in:
parent
f15c8ccfad
commit
f5d3d36d0a
@ -33,8 +33,6 @@ return function(buffer)
|
||||
handlers['Custom'] = helpers.shell_handler('cargo ', true)
|
||||
handlers['Test all'] = helpers.shell_handler('cargo test')
|
||||
|
||||
P(handlers)
|
||||
|
||||
for _, bin in pairs(tests) do
|
||||
handlers['Test "' .. bin .. '"'] = helpers.shell_handler('cargo test --test ' .. bin)
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user