Cargo Features
[dependencies]
fix-hidden-lifetime-bug = { version = "0.2.7", default-features = false, features = ["showme", "nightly"] }
- default = proc-macros
-
The
proc-macros
feature is set by default wheneverfix-hidden-lifetime-bug
is added without
somewhere in the dependency tree.default-features = false - showme
-
Enables showme of fix-hidden-lifetime-bug-proc_macros
- nightly
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- proc-macros default showme?