Cargo Features

[dependencies]
iter-identify_first_last = { version = "0.2.1", default-features = false, features = ["nightly"] }
default = nightly

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

nightly default

disable to make the library compatible with stable and beta Rust channels.