rust/tests
Josh Holmer fbc93c0166 Lint against needless uses of collect()
Handles cases of `.collect().len()`, `.collect().is_empty()`, and
`.collect().contains()`. This lint is intended to be generic enough to
be added to at a later time with other similar patterns that could be
optimized.

Closes #3034
2018-09-03 23:29:44 -04:00
..
auxiliary
run-pass Adapt run-pass tests to the tool_lints 2018-08-29 11:08:29 -07:00
ui Lint against needless uses of collect() 2018-09-03 23:29:44 -04:00
ui-toml Adapt ui-toml-tests to the tool_lints 2018-08-29 11:08:29 -07:00
compile-test.rs
dogfood.rs
matches.rs codemap -> source_map 2018-08-19 19:06:54 -07:00
needless_continue_helpers.rs Remove now stable tool_attributes feature 2018-08-23 15:36:07 +02:00
versioncheck.rs