We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 545134a + 5c4ce06 commit 2fef13cCopy full SHA for 2fef13c
1 file changed
crates/ide-completion/src/context.rs
@@ -411,7 +411,7 @@ pub(crate) enum CompletionAnalysis<'db> {
411
fake_attribute_under_caret: Option<ast::TokenTreeMeta>,
412
extern_crate: Option<ast::ExternCrate>,
413
},
414
- /// Set if we are inside the predicate of a #[cfg] or #[cfg_attr].
+ /// Set if we are inside the predicate of a `#[cfg]` or `#[cfg_attr]`.
415
CfgPredicate,
416
MacroSegment,
417
}
0 commit comments