You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some crates, all feature means "include all connectors", but it does not include anything on top of it i.e. native drivers.
In other all means "include every other feature" and that includes all the connectors + native feature.
We should unify the meaning and naming: all feature should either alway or never imply native consistently across the crates.
The text was updated successfully, but these errors were encountered:
In some crates,
all
feature means "include all connectors", but it does not include anything on top of it i.e. native drivers.In other
all
means "include every other feature" and that includes all the connectors +native
feature.We should unify the meaning and naming:
all
feature should either alway or never implynative
consistently across the crates.The text was updated successfully, but these errors were encountered: