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

Make auto builders/traits/functions pub(crate) #1505

Merged
merged 2 commits into from
Aug 27, 2023
Merged

Conversation

bilelmoussaoui
Copy link
Member

Currently clippy would complain about a pub mod in auto having the same name as the outer mod. We should just make these mods pub(crate) and ask the user to explicitly re-export them. This solves the clippy lint complaint without having to rename any files.

As they are supposed to be re-exported through functions/builders/prelude from the main lib
@sdroege sdroege merged commit 0f2c059 into master Aug 27, 2023
6 checks passed
@sdroege sdroege deleted the bilelmoussaoui/random branch August 27, 2023 10:31
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