zeitgeist icon indicating copy to clipboard operation
zeitgeist copied to clipboard

Remove implicit features

Open sea212 opened this issue 2 years ago • 0 comments

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 avatar Jun 01 '22 18:06 sea212