Skip to content

Commit

Permalink
test: add missing required features to test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Jan 14, 2022
1 parent f1ff12a commit afb5f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ required-features = ["filter"]

[[test]]
name = "flatten"
required-features = ["flatten"]
required-features = ["flatten", "map"]

[[test]]
name = "for_each"
Expand All @@ -108,7 +108,7 @@ required-features = ["merge"]

[[test]]
name = "pipe"
required-features = ["pipe"]
required-features = ["filter", "for_each", "from_iter", "map", "pipe"]

[[test]]
name = "scan"
Expand Down

0 comments on commit afb5f65

Please sign in to comment.