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

Implement std::fmt::Display for ParseFloatError #22

Merged
merged 1 commit into from
Jan 13, 2018
Merged

Implement std::fmt::Display for ParseFloatError #22

merged 1 commit into from
Jan 13, 2018

Conversation

svartalf
Copy link
Contributor

@svartalf svartalf commented Jan 4, 2018

Basically it is a copy of the stdlib implementation, should close #2

@cuviper
Copy link
Member

cuviper commented Jan 13, 2018

Thanks!

bors r+

bors bot added a commit that referenced this pull request Jan 13, 2018
22: Implement std::fmt::Display for ParseFloatError r=cuviper a=svartalf

Basically it is a copy of the stdlib implementation, should close #2
@bors
Copy link
Contributor

bors bot commented Jan 13, 2018

Build succeeded

@bors bors bot merged commit 53ab360 into rust-num:master Jan 13, 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.

std::fmt::Display is not implemented for num::traits::ParseFloatError
2 participants