Cargo Features

[dependencies]
uninhabited = { version = "0.1.0", default-features = false, features = ["nightly"] }
default = nightly

The nightly feature is set by default whenever uninhabited is added without default-features = false somewhere in the dependency tree.

nightly default

Uninhabited has 2 features without comments.