rust/tests
bors ada0b2b095 Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phansch
Lint redundant clone of fields

Makes `redundant_clone` warn on unnecessary `foo.field.clone()` sometimes (it can detect an unnecessary clone only if the base of projection, `foo` in this case, is not used at all after that). This is enough for cases like `returns_tuple().0.clone()`.
2018-12-10 18:55:49 +00:00
..
auxiliary Add license header to Rust files 2018-10-06 09:43:08 -07:00
run-pass rust-lang-nursery/rust-clippy => rust-lang/rust-clippy 2018-11-22 04:40:09 +01:00
ui Auto merge of #3518 - sinkuu:redundant_clone_tw, r=phansch 2018-12-10 18:55:49 +00:00
ui-toml Stabilize tool lints 2018-10-11 12:16:22 +02:00
compile-test.rs Fix format. 2018-12-06 13:46:23 +03:00
dogfood.rs Add sysroot gettinh code to dogfood tests. 2018-12-06 13:21:45 +03:00
matches.rs Run rustfmt on the tests 2018-11-27 21:11:50 +01:00
needless_continue_helpers.rs Run rustfmt on the tests 2018-11-27 21:11:50 +01:00
versioncheck.rs Run rustfmt on the tests 2018-11-27 21:11:50 +01:00