mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix typo
This commit is contained in:
parent
fc57358efd
commit
f52e2f6840
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ use crate::{
|
||||||
AsMacroCall, DefWithBodyId, HasModule, Lookup, ModuleId,
|
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.
|
/// avoid cyclic queries in crate def map during enum processing.
|
||||||
pub(crate) struct CfgExpander {
|
pub(crate) struct CfgExpander {
|
||||||
cfg_options: CfgOptions,
|
cfg_options: CfgOptions,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue