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

Remove implicit features #659

Open
sea212 opened this issue Jun 1, 2022 · 0 comments
Open

Remove implicit features #659

sea212 opened this issue Jun 1, 2022 · 0 comments
Labels
p:low Low priority, resolution of this issue can wait t:maintenance The issue describes necessary maintenance

Comments

@sea212
Copy link
Member

sea212 commented Jun 1, 2022

Currently every optional dependency has an implicit feature named after the dependency. For example, a parachain-specific pallet like parachain-staking is an optional dependency with an implicit feature parachain-staking that will enable the dependency.
We don't need those implicit features and probably want to disable them, because the optional dependencies usually belong to groups (like "parachain").
The rust docs specify how to disable implicit features

@sea212 sea212 added p:low Low priority, resolution of this issue can wait t:maintenance The issue describes necessary maintenance labels Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:low Low priority, resolution of this issue can wait t:maintenance The issue describes necessary maintenance
Projects
None yet
Development

No branches or pull requests

1 participant