-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some trait impls in core::num.
This removes the special casing for `float`s where it was not necessary, as `-0.0 == 0.0`.
- Loading branch information
Showing
1 changed file
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
737d92e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from kballard
at tbu-@737d92e
737d92e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging tbu-/rust/pr_numcleanup = 737d92e into auto
737d92e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tbu-/rust/pr_numcleanup = 737d92e merged ok, testing candidate = b13d6ea
737d92e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/476
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/476
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/475
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/476
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/477
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/478
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/477
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/483
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/478
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/477
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/480
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/478
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/478
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/479
737d92e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = b13d6ea