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

impl Predicate<T> for PredicateBoolean even if T: ?Sized #84

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

asomers
Copy link
Contributor

@asomers asomers commented Nov 18, 2019

Fixes #83

impl Predicate<T> for PredicateBoolean even if T: ?Sized
Fixes assert-rs#83
@epage epage merged commit 7f1fdab into assert-rs:master Nov 18, 2019
@epage
Copy link
Contributor

epage commented Nov 18, 2019

Thanks!

@epage
Copy link
Contributor

epage commented Nov 18, 2019

v1.0.2 is now released.

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.

PredicateBoolean doesn't implement Predicate<T> for T: ?Sized
2 participants