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

Minor: drop std where possible (use core). #36

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

martinfrances107
Copy link
Contributor

This is a small point, there are no functional changes.

A criticism of the STD library is that it is inflated -- some things don't absolutely need to be in it. The process of cleaning it up has started .. and some functions are being moved to core

for example

-use std::iter::repeat_with;
+use core::iter::repeat_with;

@mourner mourner merged commit 48b9ffb into mourner:master Feb 29, 2024
3 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.

2 participants