Remove prints

This commit is contained in:
Marc Hamamji 2023-04-11 18:07:36 +03:00
parent f15c8ccfad
commit f5d3d36d0a

View File

@ -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