Skip to content

Commit 4e72d1e

Browse files
committed
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.
1 parent d516925 commit 4e72d1e

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)