Cargo Features
[dependencies]
iter-identify_first_last = { version = "0.2.3", default-features = false, features = ["nightly"] }
- default = nightly
-
The
nightly
feature is set by default wheneveriter-identify_first_last
is added without
somewhere in the dependency tree.default-features = false - nightly default
-
disable to make the library compatible with stable and beta Rust channels.