Apparently I have slept on enough rust versions that some of the warnings are now showing up in the stderr output for one of the CI tests. I would like to update all of this stuff anyway (stuff like using the new ? syntax instead of try!) but this is a good prompt to do it.
Apparently I have slept on enough rust versions that some of the warnings are now showing up in the stderr output for one of the CI tests. I would like to update all of this stuff anyway (stuff like using the new
?
syntax instead oftry!
) but this is a good prompt to do it.