Struct syntex_syntax::config::StripUnconfigured
[−]
[src]
pub struct StripUnconfigured<'a> {
pub config: &'a CrateConfig,
pub should_test: bool,
pub sess: &'a ParseSess,
pub features: Option<&'a Features>,
}A folder that strips out items that do not belong in the current configuration.
Fields
config: &'a CrateConfig
should_test: bool
sess: &'a ParseSess
features: Option<&'a Features>