Cargo Features
[dependencies]
slots = { version = "0.4.0", default-features = false, features = ["runtime_checks"] }
- default = runtime_checks
-
The
runtime_checks
feature is set by default wheneverslots
is added without
somewhere in the dependency tree.default-features = false - runtime_checks default
Slots has 2 features without comments.