rust/tests
bors 75e983a518 Auto merge of #5125 - Areredify:too_many_bools, r=flip1995
Port mitsuhiko's excessive bools lints

Closes #4 .
changelog: add `struct_excessive_bools` and `fn_params_excessive_bools` lints.
I moved is_trait_impl_item check because at first I implemented it as a late pass for some reason but then I realized it's actually an early lint. But it's a useful function to have, should I move it into a separate pr?
2020-02-06 14:47:14 +00:00
..
auxiliary Remove all copyright license headers 2019-01-08 21:46:39 +01:00
cargo Add serde_derive to the need-to-be-disambiguated-crates list 2020-02-05 22:00:19 +07:00
ui Auto merge of #5125 - Areredify:too_many_bools, r=flip1995 2020-02-06 14:47:14 +00:00
ui-toml add excessive bools lints 2020-02-05 20:54:58 +03:00
compile-test.rs compile-test: Handle CARGO_TARGET_DIR and transitive deps 2020-02-05 21:55:03 +07:00
dogfood.rs Use lazy_static 2020-02-05 16:13:55 +01:00
fmt.rs Deprecate util/dev in favor of cargo alias 2020-01-30 21:34:31 +01:00
integration.rs do minor cleanups 2019-12-24 03:06:52 +07:00
matches.rs Rustup to https://github.com/rust-lang/rust/pull/67853 2020-01-04 11:30:03 +01:00
missing-test-files.rs cargo fmt 2019-06-21 16:47:34 +02:00
needless_continue_helpers.rs Remove all copyright license headers 2019-01-08 21:46:39 +01:00
versioncheck.rs test(versioncheck): Use .no_deps() 2019-01-25 21:53:44 +01:00