Cargo Features
[dependencies]
impls_index_meta = { version = "0.12.0", default-features = false, features = ["full", "enabled"] }
- default = enabled
-
The
enabled
feature is set by default wheneverimpls_index_meta
is added without
somewhere in the dependency tree.default-features = false - full = enabled
- enabled default full?
-
The 'enabled' feature no longer depends on macro_tools
Affects
impls_index_meta::impls3
…