Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Vec<u8> as output expectation #107

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

R1tschY
Copy link
Contributor

@R1tschY R1tschY commented Oct 8, 2020

Resolves: #104

In the end I decided not to use the proposed generic version because it provided no crucial additional value.

It would be great if this pull request could be labeled with hacktoberfest-accepted (https://hacktoberfest.digitalocean.com/details) 😀

@R1tschY R1tschY force-pushed the vec_output_support branch 2 times, most recently from c03bee7 to 7641e6d Compare October 8, 2020 18:26
@epage
Copy link
Contributor

epage commented Oct 13, 2020

Sorry for some delays; I've gotten caught up in some other things

@epage epage merged commit b4d4beb into assert-rs:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

impl IntoOutputPredicate for Vec<u8>
2 participants