Skip to content

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

Merged
bors[bot] merged 1 commit intorust-num:masterfrom
svartalf:parse-float-error-fmt-display
Jan 13, 2018
Merged

Implement std::fmt::Display for ParseFloatError#22
bors[bot] merged 1 commit intorust-num:masterfrom
svartalf:parse-float-error-fmt-display

Conversation

@svartalf
Copy link
Copy Markdown
Contributor

@svartalf svartalf commented Jan 4, 2018

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

@cuviper
Copy link
Copy Markdown
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
Copy Markdown
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