Fixing unneeded return linting errors #24
Conversation
Great stuff @Mordax! Travis should pass with a green checkmark but it looks like there's some other things breaking the Check them out here! The error points to Clippy docs: https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#new_ret_no_self Looping in @0xazure - do we want to have failing |
Okay, this is interesting. The I unfortunately can't dive any deeper on this right now because of rust-lang/rust#55817 so I can't actually install the |
I'm not actually too fussed about the
|
Luckily we have friends over at #rust: |
I wish it were that simple. It looks like the |
Clearly what's next is a billion dollar app |
As observed in #24, only invoke Clippy for the `Stable` and `Nightly` release channels on Travis CI. Unfortunately, versions of Clippy vary across channels. Only run Clippy against the `Stable` channel, as well as `Nightly` which is allowed to fail. The `Beta` release channel is still tested against, but only for crate tests and not code linting. Closes #25
Closes #5 . Should remove the annoying failed build badge.