Skip to content

Prefer core crate in macro expansions#255

Merged
dtolnay merged 1 commit intodtolnay:masterfrom
mina86:a
Sep 26, 2023
Merged

Prefer core crate in macro expansions#255
dtolnay merged 1 commit intodtolnay:masterfrom
mina86:a

Conversation

@mina86
Copy link
Contributor

@mina86 mina86 commented Sep 7, 2023

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.

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.
Copy link
Owner

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

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