Closed rytec-nl closed 3 years ago
Could you remove the two commits from this branch? You can discard them using git reset --hard HEAD^2
. Then force push the branch to your repo and this PR should update automatically.
Also, you can fix the original commit to make the CI pipeline happy by running cargo fmt --all
, then git add <FILE>
and finally git commit --amend
to edit the commit.
If that's a problem for whatever reason, just let me know and I'll squash this PR as a single commit on my side.
It should be done, cargo fmt -all
does nothing on this commit, so the CI should not be failing? It looks like it uses another commit as it fails on the removed one. Or is there something else still?
Looks like there's some funny business going on with Travis CI and GitHub pull requests: https://github.com/travis-ci/travis-ci/issues/10210. I re-ran the job in Travis and it seems to work now.
Fixes #29