Cargo Features
[dependencies]
components-arena = { version = "4.2.2", default-features = false, features = ["nightly"] }
- default = nightly
-
The
nightly
feature is set by default whenevercomponents-arena
is added without
somewhere in the dependency tree.default-features = false - nightly default = composable-allocators, const-default
-
disable to make the library compatible with stable and beta Rust channels.
Affects
components-arena::Arena
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.