We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc57358 commit f52e2f6Copy full SHA for f52e2f6
crates/ra_hir_def/src/body.rs
@@ -27,7 +27,7 @@ use crate::{
27
AsMacroCall, DefWithBodyId, HasModule, Lookup, ModuleId,
28
};
29
30
-/// 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
31
/// avoid cyclic queries in crate def map during enum processing.
32
pub(crate) struct CfgExpander {
33
cfg_options: CfgOptions,
0 commit comments