rust/tests
bors 84aa027888 Auto merge of #3607 - detrumi:limit_infinite_iter_to_known_types, r=phansch
Only trigger `infinite_iter` lint for infinitely allocating `collect()` calls

Fixes  #3538

~Oh, I guess this should actually check other methods like `count` as well, not only `collect()`.~
Never mind, `collect` is the only of these functions that allocates a data structure.
2019-01-03 00:12:02 +00:00
..
auxiliary rustfmt tests 2018-12-09 23:26:16 +01:00
run-pass rustfmt tests 2018-12-09 23:26:16 +01:00
ui Auto merge of #3607 - detrumi:limit_infinite_iter_to_known_types, r=phansch 2019-01-03 00:12:02 +00:00
ui-toml Update *.stderr files 2018-12-28 12:41:12 +01:00
compile-test.rs Apply cargo fix --edition-idioms fixes 2018-12-29 17:46:25 +01:00
dogfood.rs Revert "Merge pull request #3257 from o01eg/remove-sysroot" 2018-12-14 21:42:01 +01:00
matches.rs Auto merge of #3598 - xfix:apply-cargo-fix-edition-idioms, r=phansch 2018-12-29 19:04:11 +00:00
needless_continue_helpers.rs Remove unnecessary use statements after cargo fix 2018-12-29 17:48:21 +01:00
versioncheck.rs Remove unnecessary use statements after cargo fix 2018-12-29 17:48:21 +01:00