Closed ashfordneil closed 7 years ago
git grep 'try!'
doesn't show anything, I'm satisfied! Thanks!
Please rebase your latest commit on top of the current master then force push, also remember to run cargo fmt
(install it with cargo install rustfmt
) so the diff doesn't show any style changes, only functional changes.
Hey @ashfordneil thanks for the cargo fmt
! Can you please remove these commits from your PR:
After that it'll be good to merge! Thanks!
@ashfordneil could you rebase on top of the new changes?
Re: cargo fmt issues -- I've been running rustfmt 0.8.4 locally, but travis uses 0.8.1. By disabling the cache, I can get travis to use the up-to-date version (which says the code is fine), but I don't know how to cache the up-to-date version. Any ideas on what to do about this?
@ashfordneil nice catch, yeah to avoid these issues I think cargo should either always update and not cache OR it should cache and always use one version.
See #110 - replaced
try!
with?
Thoughts?