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 whenever slots is added without default-features = false somewhere in the dependency tree.

runtime_checks default

Slots has 2 features without comments.