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

easy::Errors should not require 'static input to impl std::error::Error #177

Closed
jpastuszek opened this issue Jul 13, 2018 · 1 comment
Closed

Comments

@jpastuszek
Copy link

Because of Any bound easy::Errors are not implementing std::error::Error if working with &str or other non 'static input.

@Marwes
Copy link
Owner

Marwes commented Jul 13, 2018

Probably a remnant from an early version of combine, should just be possible to remove it (PRs appreciated!)

Marwes added a commit that referenced this issue Aug 4, 2018
Marwes added a commit that referenced this issue Aug 4, 2018
Marwes added a commit that referenced this issue Aug 4, 2018
Marwes added a commit that referenced this issue Aug 4, 2018
Marwes added a commit that referenced this issue Aug 4, 2018
@Marwes Marwes closed this as completed in 1660104 Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants