Files
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
..
2018-06-07 22:01:46 +02:00
2018-04-03 06:22:42 +02:00
2018-08-19 19:06:54 -07:00
2018-05-22 10:21:42 +02:00