Skip to content

refactor: move generated code into sub-mod#10724

Open
nyurik wants to merge 2 commits intouutils:mainfrom
nyurik:generated
Open

refactor: move generated code into sub-mod#10724
nyurik wants to merge 2 commits intouutils:mainfrom
nyurik:generated

Conversation

@nyurik
Copy link
Contributor

@nyurik nyurik commented Feb 4, 2026

generated/included code should always be inside its own mod to avoid accidentally adding new names to the current scope. This also allows clean way of adding new attributes to the whole file - something not possible to do to a single include! statement.

nyurik and others added 2 commits February 4, 2026 17:53
generated/included code should always be inside its own `mod` to avoid accidentally adding new names to the current scope. This also allows clean way of adding new attributes to the whole file - something not possible to do to a single `include!` statement.
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