Skip to content

Commit b1f05de

Browse files
committed
Auto merge of #3951 - phansch:add_combine_integration_test, r=phansch
Add Marwes/combine to integration tests repo link: https://github.com/Marwes/combine `combine` uses a lot of macros internally, has been downloaded more than 200_000 times and is also a dependency of [`redis-rs`](https://crates.io/crates/redis). Clippy also previously ICEd on combine in #3747 so I think it would be good to have this crate as an integration test.
2 parents d19b66e + 4e72d1e commit b1f05de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ matrix:
7878
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
7979
- env: INTEGRATION=bluss/rust-itertools
8080
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
81+
- env: INTEGRATION=Marwes/combine
82+
if: repo =~ /^rust-lang\/rust-clippy$/ AND branch IN (auto, try)
8183
allow_failures:
8284
- os: windows
8385
env: CARGO_INCREMENTAL=0 BASE_TESTS=true

0 commit comments

Comments
 (0)