rust/tests
Philipp Hansch 42f03539ca
Deprecate unused_collect lint
I found this because we only had two test cases in total for this lint.
It turns out the functionality is fully covered by rustc these days.

[Playground Examples](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=eb8ee6db389c77180c9fb152d3c608f4)

changelog: Deprecate `unused_collect` lint. This is fully covered by
rustc's `#[must_use]` on `collect`

cc #2846
2019-08-14 21:47:11 +02:00
..
auxiliary
ui Deprecate unused_collect lint 2019-08-14 21:47:11 +02:00
ui-toml Update ui-toml tests 2019-08-14 09:58:00 +02:00
compile-test.rs
dogfood.rs Disable dogfood on windows for faster build time on travis 2019-07-14 15:21:50 +02:00
fmt.rs Enable rustfmt tests 2019-07-28 06:45:23 +02:00
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs