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

rt: reduce code defined in macros #5773

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

carllerche
Copy link
Member

Instead of defining code in macros, move code definition to sub-modules and use the cfg_macro to declare the module.

Instead of defining code in macros, move code definition to sub modules
and use the cfg_macro to declare the module.
@carllerche carllerche added C-maintenance Category: PRs that clean code up or issues documenting cleanup. A-tokio Area: The main tokio crate M-runtime Module: tokio/runtime labels Jun 6, 2023
@github-actions github-actions bot added the R-loom Run loom tests on this PR label Jun 6, 2023
@carllerche carllerche merged commit 1c8d22c into master Jun 7, 2023
57 of 58 checks passed
@carllerche carllerche deleted the chore-reduce-code-def-in-macros branch June 7, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. M-runtime Module: tokio/runtime R-loom Run loom tests on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants