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

A collection of minor cleanups in dec2flt #30347

Merged
merged 3 commits into from
Dec 12, 2015

Conversation

hanna-kruppe
Copy link
Contributor

The landing of #30182, specifically the removal of float from_str_radix, allowed the refactoring in the middle commit. While I was at it, I also crossed two other nits off my TODO list.

Robin Kruppe added 3 commits December 12, 2015 00:06
The import has been unnecessarily complicated since ParseFloatError::Invalid is not longer used unqualified.
The pfe_* functions do not need to be public any more since the only other use site, from_str_radix for floats, has been removed.
The argument was a remnant of an earlier, needlessly complicated implementation.
@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ c4230ea

bors added a commit that referenced this pull request Dec 12, 2015
The landing of #30182, specifically the removal of float `from_str_radix`, allowed the refactoring in the middle commit. While I was at it, I also crossed two other nits off my TODO list.
@bors
Copy link
Contributor

bors commented Dec 12, 2015

⌛ Testing commit c4230ea with merge 83eda08...

@bors bors merged commit c4230ea into rust-lang:master Dec 12, 2015
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.

5 participants