Skip to content

Commit 2fef13c

Browse files
authored
Merge pull request #22028 from Wilfred/fix_rustdoc_quoting
internal: Fix rustdoc quoting
2 parents 545134a + 5c4ce06 commit 2fef13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ide-completion/src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ pub(crate) enum CompletionAnalysis<'db> {
411411
fake_attribute_under_caret: Option<ast::TokenTreeMeta>,
412412
extern_crate: Option<ast::ExternCrate>,
413413
},
414-
/// Set if we are inside the predicate of a #[cfg] or #[cfg_attr].
414+
/// Set if we are inside the predicate of a `#[cfg]` or `#[cfg_attr]`.
415415
CfgPredicate,
416416
MacroSegment,
417417
}

0 commit comments

Comments
 (0)