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

add no_std to alloc contexts #528

Merged
merged 1 commit into from
Nov 2, 2024
Merged

add no_std to alloc contexts #528

merged 1 commit into from
Nov 2, 2024

Conversation

rexmas
Copy link
Contributor

@rexmas rexmas commented Oct 17, 2024

commit 69c25f0 made it so libm no longer included in std features and is moved to an explicit no_std feature, however this broke the build and is confusing for no_std docs. no_std docs force using "alloc", relatedly everywhere we use "alloc" we should also use "no_std".

commit 69c25f0 made it so libm
no longer included in std features and is moved to an explicit
no_std feature, however this broke the build and is confusing for
no_std docs. no_std docs force using "alloc", relatedly everywhere
we use "alloc" we should also use "no_std".
@rexmas rexmas marked this pull request as ready for review October 17, 2024 04:56
@matthew-russo matthew-russo merged commit 600f6fa into main Nov 2, 2024
9 checks passed
@matthew-russo matthew-russo deleted the fix-build branch November 2, 2024 19:10
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.

2 participants