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

Make Float work with no_std (rebased #50) #56

Merged
merged 2 commits into from
Jul 5, 2023

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jul 5, 2023

  • Use ::core::num::FpCategory when deriving Float to work with no_std
  • Get rid of unnecessary double-borrowing to fix clippy lint

@cuviper
Copy link
Member Author

cuviper commented Jul 5, 2023

This is a rebase of #50 without the inlining change that I was not comfortable with.

@cuviper
Copy link
Member Author

cuviper commented Jul 5, 2023

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 5, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 58dad2c into rust-num:master Jul 5, 2023
4 checks passed
@cuviper cuviper deleted the core-float branch July 6, 2023 00:01
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.

None yet

2 participants