rust/crates
bors[bot] 27694abd94 Merge #138
138: Fix some clippy lints r=matklad a=alanhdu

I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI.

They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was 😆.

One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn?

Co-authored-by: Alan Du <alanhdu@gmail.com>
2018-10-22 21:14:38 +00:00
..
gen_lsp_server Cargo Format 2018-10-16 09:41:10 -04:00
ra_analysis Merge #138 2018-10-22 21:14:38 +00:00
ra_cli Cargo Format 2018-10-16 09:41:10 -04:00
ra_editor Merge #138 2018-10-22 21:14:38 +00:00
ra_lsp_server Merge #138 2018-10-22 21:14:38 +00:00
ra_syntax Fix function calls 2018-10-17 19:42:23 -04:00
test_utils Cargo Format 2018-10-16 09:41:10 -04:00
tools clippy: Use if lets and remove redundant returns 2018-10-17 19:42:23 -04:00