pub(crate) fn add_feature(features: &mut Vec<String>, l: MetaList)
Expand description

Adds the name of the feature if the given attribute is a cfg(feature) attribute.