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

Commit to alloc as much as possible #305

Merged
merged 1 commit into from May 10, 2024
Merged

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented May 10, 2024

Since our MSRV is 1.60, and alloc was stabilized way back in 1.36, we don't need to be conditional about using it anymore. There are still a few places where we use std functionality, like std::error::Error, so that feature flag is still useful, but less than it used to be.

Since our MSRV is 1.60, and `alloc` was stabilized way back in 1.36, we
don't need to be conditional about using it anymore. There are still a
few places where we use `std` functionality, like `std::error::Error`,
so that feature flag is still useful, but less than it used to be.
@cuviper cuviper enabled auto-merge May 10, 2024 20:36
@cuviper cuviper added this pull request to the merge queue May 10, 2024
Merged via the queue into rust-num:master with commit 2435646 May 10, 2024
4 checks passed
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

1 participant