Skip to content

Conversation

@epage
Copy link
Contributor

@epage epage commented Jun 6, 2018

eq("str") wouldn't produce a Predicate<str> but instead a
Predicate<&str>, requiring the user to pass in a &&str.

`eq("str")` wouldn't produce a `Predicate<str>` but instead a
`Predicate<&str>`, requiring the user to pass in a `&&str`.
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.

1 participant