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

Prefer core crate in macro expansions #255

Merged
merged 1 commit into from Sep 26, 2023
Merged

Prefer core crate in macro expansions #255

merged 1 commit into from Sep 26, 2023

Commits on Sep 7, 2023

  1. Prefer core crate in macro expansions

    Prefer using core crate over std in macro expansions wherever a symbol has
    a stable equivalent in core.  This makes it easier to eventually support
    no_std in the future once error_in_core stabilises.
    mina86 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f0f303a View commit details
    Browse the repository at this point in the history