Skip to content

Commit 8c20739

Browse files
committed
Auto merge of #11411 - smoelius:patch-1, r=Alexendoo
Typo changelog: none
2 parents 74a46a7 + 7ff8716 commit 8c20739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ struct DocHeaders {
508508

509509
fn check_attrs(cx: &LateContext<'_>, valid_idents: &FxHashSet<String>, attrs: &[Attribute]) -> Option<DocHeaders> {
510510
/// We don't want the parser to choke on intra doc links. Since we don't
511-
/// actually care about rendering them, just pretend that all broken links are
511+
/// actually care about rendering them, just pretend that all broken links
512512
/// point to a fake address.
513513
#[expect(clippy::unnecessary_wraps)] // we're following a type signature
514514
fn fake_broken_link_callback<'a>(_: BrokenLink<'_>) -> Option<(CowStr<'a>, CowStr<'a>)> {

0 commit comments

Comments
 (0)