This commit is contained in:
veetaha 2020-04-25 20:49:51 +03:00
parent fc57358efd
commit f52e2f6840

View File

@ -27,7 +27,7 @@ use crate::{
AsMacroCall, DefWithBodyId, HasModule, Lookup, ModuleId,
};
/// A subser of Exander that only deals with cfg attributes. We only need it to
/// A subset of Exander that only deals with cfg attributes. We only need it to
/// avoid cyclic queries in crate def map during enum processing.
pub(crate) struct CfgExpander {
cfg_options: CfgOptions,