Static rustc_lint::builtin::UNUSED_FEATURES
source · pub static UNUSED_FEATURES: &'static Lint
Expand description
The unused_features
lint detects unused or unknown features found in
crate-level feature
attributes.
Note: This lint is currently not functional, see issue #44232 for more details.