rust/crates
bors[bot] 5deb907b43 Merge #1374
1374: Implement `cargo lint` and fix some clippy errors r=alanhdu a=alanhdu

This creates a `cargo lint` command that runs clippy with certain lints disabled. I've also gone ahead and fixed some of the lint errors, although there are many more still to go.

cc #848 

Co-authored-by: Alan Du <alanhdu@gmail.com>
2019-06-04 22:14:46 +00:00
..
gen_lsp_server updated gen_lsp_server examples 2019-05-22 20:35:12 -05:00
ra_arena Add is_empty to Arena 2019-04-26 11:42:10 -04:00
ra_assists Fix clippy::while_let_loop 2019-06-04 18:05:07 -04:00
ra_batch Fix clippy::identity_conversion 2019-06-04 18:05:07 -04:00
ra_cli Fix clippy::single_match 2019-06-04 18:05:07 -04:00
ra_db switch to upstream salsa 2019-05-30 13:05:09 +03:00
ra_fmt apply T! macro where it is possible 2019-05-15 15:35:47 +03:00
ra_hir Fix clippy::iter_cloned_collect 2019-06-04 18:05:07 -04:00
ra_ide_api Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
ra_lsp_server Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
ra_mbe Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
ra_parser Fix clippy::if_same_then_else 2019-06-04 18:05:07 -04:00
ra_prof fix debug scopes 2019-06-04 14:46:22 +03:00
ra_project_model Fix clippy::identity_conversion 2019-06-04 18:05:07 -04:00
ra_syntax Fix clippy::or_fun_call 2019-06-04 18:05:07 -04:00
ra_text_edit Fix clippy::match_ref_pats 2019-06-04 18:05:07 -04:00
ra_tt Fix clippy::needless_return 2019-06-04 18:05:07 -04:00
test_utils Fix clippy::expect_fun_call 2019-06-04 18:05:07 -04:00
thread_worker Fix clippy::single_match 2019-06-04 18:05:07 -04:00
tools Allow clippy::redundant_pattern_matching 2019-06-04 18:05:38 -04:00