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

Fix tests #43

Merged
merged 1 commit into from
Aug 17, 2018
Merged

Fix tests #43

merged 1 commit into from
Aug 17, 2018

Conversation

gyscos
Copy link
Contributor

@gyscos gyscos commented Jan 10, 2018

Lifetime inference does not work here, we need to define the lifetimes.
But we can't do that with closures (rust-lang/rust#22340) so we use a function instead.

Lifetime inference does not work here, we need to define the lifetimes.
But we can't do that with closures [1] so we use a function instead.

[1]: rust-lang/rust#22340
@Kimundi
Copy link
Owner

Kimundi commented Aug 17, 2018

Thanks for the contribution! Sorry for the lack of response, I had a busy year. 😬

@Kimundi Kimundi merged commit b74a747 into Kimundi:master Aug 17, 2018
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.

None yet

2 participants